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.
nilendraFabric
1 year agoSuper User
Hi hasithae
it could be a ui issue. Try another browser ot incognito.
if nothing works ,
If the UI fails to load tables, manually specify them using dynamic JSON:
@json('
{
"table": "YourTableName"
}
')
This bypasses the UI dropdown and forces a refresh of the specified table
- hasithae1 year agoFrequent Visitor
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.- nilendraFabric1 year agoSuper User
Is your table hidden?
- hasithae1 year agoFrequent Visitor
No, it is not. I does not work for any table