Refresh Single table in a Dataflow
It would be beneficial if we are allowed to refresh 1 table within a dataflow, so that whenever any changes are done in a specific table only that table can be refreshed instead of refreshing the whole dataflow which might take long time to refresh.
1 Comment
- miguel
Community Admin
Status changed:NewtoNeeds VotesThere are some ways in which you can achieve this. For example, you can disable staging to any queries that do not need to run or you can split your Dataflow into other Dataflows (we recommend this approach) so you can take a more modular approach.
By design, you may have Dataflows that would need to inspect multiple queries in order to compute the final result. For example, a query that needs to first perform a specific transformation, and if it yields a specific result then it will continue in a separate fork to create the result of your Dataflow. Computing dependencies is often required and they can only truly be calculated at refresh time, thus selecting a separate scope that could conflict with the one by-design of the Dataflow could yield unexpected results.
Recent ideas
Metadata-Driven Copy Job Control at Table and Column Level
We currently achieve metadata-driven table and column selection in Copy Data activities by using dynamic queries. This allows us to dynamically determine which tables and columns should be processed ...Motasim0939 minutes agoNew MemberNew1View0likes0CommentsDynamic ForEach Parallel Batch Count Based on Runtime Capacity
We would like Microsoft Fabric Data Factory to support dynamic configuration of the ForEach activity's parallel batch count at runtime. Currently, the ForEach batchCount is effectively configured as...Motasim0944 minutes agoNew MemberNew2Views0likes0CommentsMake Workspace-Level Surge Protection Limit Visible to Workspace Users
Please make the applicable workspace-level surge protection limit visible in the workspace settings. Currently, when surge protection is applied by Capacity Admins, workspace users don't get visibil...frithjof_v3 hours agoCommunity ChampionNew23Views0likes0CommentsAllow Custom Recipient Settings for Gateway Expiry Notifications
Now, during the final 90 days before the gateway version end-of-support date, operations continue, but semantic model contacts users can receive warnings in email The warning message is: "The on-prem...YuanMao4 hours agoNew MemberNew5Views0likes0Comments