Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric certified for FREE! Don't miss your chance! Learn more

Fix sticky values in Dataflow Data Destination UI

When I modify the data desination table name in a Git repository and pull the changes into Fabric, running the dataflow from Fabric results in the old table name being used. It's only possible to change the desination table name through the Fabric UI, not the Git code. 

Status: New
Comments
frithjof_v
Community Champion
Did you try opening the dataflow and click Save after syncing it from Git? Please vote for this Idea: https://community.fabric.microsoft.com/t5/Fabric-Ideas/Automatically-validate-Dataflow-Gen2-after-de...
surpriseturtle
Regular Visitor
@frithjof_v, I'll give it a try next time. Interestingly, I've never had an issue updating the part of the data destination code that uses a workspace ID and lakehouse ID. I update these lines to refer to library variables using Variable.ValueOrDefault, and have confirmed they are working correctly in different workspaces without having to publish the dataflow after the sync.