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
- miguelCommunity AdminStatus changed:NewtoNeeds Votes
There 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
About "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf2 hours agoFrequent VisitorNew48Views3likes2CommentsEventstream MQTT broker source: V3.1.1 support
The Eventstream MQTT broker source supports connections with public MQTT brokers that offer MQTT V5 support. Please offer support for V3.1.1 too, because this is still a valid and widely used ver...svelde3 hours agoSuper UserCompleted1.4KViews6likes4CommentsGet data from Apache Kafka topics via private networking
Current prerequisites limit to public Kafka instances which is not feasible for most enterprise customers. When will this limitation be lifted so that it can be used in private network setups, for ...Jugi3 hours agoMicrosoft EmployeePlanned3.5KViews2likes3CommentsSet default x axis scrolling position
Enable selection of the default scroll position for the x-axis on a chart. For example, on a line chart with dates as the x-axis, when not all of the data can display in the view at once, the scroll...Lisa_Krieg11 hours agoNew MemberNeeds Votes7.8KViews1154likes104Comments