Forum Discussion
hasithae
1 year agoFrequent Visitor
Data Pipeline Semantic Model Refresh - Tables not loading
Hello, I am trying to set up a semantic model refresh in a data pipeline using Smenaitc Model Refresh activity. But when I fill out the settings including Connection, Workspace, Semantic model, u...
- 1 year ago
thanks, the 2nd option helped. The json is strcuture is like this.
@json('[{"table": "YourTableName"}]')It is a strange workround. I wonder whether there is a permanant solution for this.
JonManweiller
1 year agoFrequent Visitor
I have this exact same issue too. I can confirm the solution works, but hardcoding table names in a pipeline when you want all the tables in the model to be refreshed doesn't seem like a good practice. If a new table is added to the model, I need to remember to update the refresh in the pipeline too. Is this a known issue, I was not able to find it.