Nathan_Mosher
Advocate I
11 months agoStatus:
New
Data Pipeline Bug: Dynamic Content with Semantic Model Refresh
When trying to add dynamic to semantic model refreshes in older pipelines, it will not appear in the JSON file, and therefore will not save. It has to be manually edited into the JSON file for it to be picked up. Once the JSON file is manually edited, then the user interface can be used for modifying the dynamic content for future changes. This is specifically for Workspace ID and Dataset ID fields.
I would it expect the Dynamic Content button/option to work, without having to manually edit it into the typeProperties of the activity in the JSON file.
Example Format for editing directly in JSON:
"typeProperties": {
"method": "post",
"datasetId": {
"value": "@pipeline().libraryVariables.variablename_datasetid",
"type": "Expression"
},
"waitOnCompletion": true,
"commitMode": "Transactional",
"operationType": "SemanticModelRefresh",
"groupId": {
"value": "@pipeline().libraryVariables.variablename_workspaceid",
"type": "Expression"
}
}
No CommentsBe the first to comment
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v23 hours agoCommunity ChampionNew24Views1like0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew80Views6likes1Comment