Forum Discussion
Dataflow Publish Failed (gen 2)
- 6 months ago
Hi, I manage to make it work by removing comments in the query and streamline the query.
I set incemental refresh first once successful, I add the old data running one time with append.
Thank you!
Hi kiltNone ,
Glad to hear you were able to get it working.
Streamlining the query and removing inline comments can help ensure that the query definition validates cleanly and preserves full query folding, which is required for Incremental Refresh to be accepted during publishing.
Configuring Incremental Refresh first allows the dataflow to create and take ownership of the destination table with the expected metadata and structure.
Your approach is valid and aligns with the recommended guidance Incremental Refresh must establish and own the table initially, which you enabled before loading the historical data. The one-time append functions as an initial backfill, while subsequent refreshes continue to follow the replace only behavior managed by the dataflow.
Reference: Incremental refresh in Dataflow Gen2 - Microsoft Fabric | Microsoft Learn
If further assistance is still required. We are available to support you and are committed to helping you reach a resolution.
Thank you.