Forum Discussion
Need Help: Making Dataflow Gen2 destination dynamic + syncing updated mashup.pq back to Fabric
- 9 months ago
Thank you Vinodh247 for quick response.
I am thinking to build a notebook for SharePoint so that i can make it dynamic.
Dynamic destination paths: Not supported yet in Dataflow Gen2. You can parameterize sources but destinations (like sharePoint paths, filenames or delimiters) are static in current Fabric dataflow gen2. Microsoft has not yet exposed destination parameters or runtime expressions for outputs, we can expect this soon I believe given the demand.
Syncing updated mashup.pq back from Git to Fabric: Currently one way only (Fabric --> Git). There are no supported reverse sync. Editing mashup.pq in devops does not reflect in fabric automatically. The only workaround is to do manually by opening the dataflow in fabric -> Advanced Editor -> replace the mashup code -> and then save and refresh.
Potential workaround that you can try...
Use a notebook or data pipeline after the dataflow to dynamically move/rename the output file based on parameters
Alternatively you can use a lakehouse or onelake destination and then orchestrate file movement or renaming using a fabric pipeline activity