Forum Discussion

hasithae's avatar
hasithae
Frequent Visitor
1 year ago
Solved

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...
  • hasithae's avatar
    hasithae
    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.