This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Dataflows help with ingesting and transforming data. With the introduction of dataflow scale-out with the SQL DW compute, we are able to transform your data at scale. However, to do this at scale, your data needs to be ingested first.
With the introduction of Fast copy, you can ingest terabytes of data with the easy experience of dataflows, but with the scalable backend of Pipeline’s Copy activity.
After enabling this capability. Dataflows will automatically switch the backend when data size exceeds 100 MB without needing to change anything during authoring of the dataflows.
After the refresh of the dataflow, you can easily check in the Refresh History experience if Fast copy was used during your run by looking at the entity status in the Refresh History.
With "Force Fast copy", the user can start a ‘debugging’ session. When "Force Fast copy" is not used on the specific query, the dataflow refresh will be cancelled, and you do not have to wait until the refresh times out.
Using the Fast copy indicators in the Query Settings' Steps pane, you can easily check if your query can run with Fast copy.
Fast copy is currently only supported for the following data source connectors:
Note: On-premises data gateway and VNET data gateway are not supported yet. For Blob and Azure Data Lake Storage Gen2, only parquet and csv files are supported.
The Copy activity only supports a few transformations when connecting to a file source:
Additional transformations can be applied by splitting the ingestion and transformation steps into separate queries so that DW compute can be leveraged after your data has been ingested into OneLake.
For Azure SQL database and PostgeSQL as a source, any transformation that can fold into a native query is supported.
When directly loading the query to an output destination, the following is supported:
If you want to use another output destination, you can stage the query first and reference the query.
| Supported data types per storage location: | DataflowStagingLakehouse | Fabric Lakehouse (LH) Output |
| Action | N | N |
| Any | N | N |
| Binary | N | N |
| DateTimeZone | Y | N |
| Duration | N | N |
| Function | N | N |
| None | N | N |
| Null | N | N |
| Time | Y | Y |
| Type | N | N |
| Structured (List, Record, Table) | N | N |
Navigate to a premium workspace and create a Dataflow Gen2 using the appropriate Fabric endpoint.
Inside the Power Query editor, select the Options button and turn on Fast copy in the Scale tab.
select_options_from_the_Power_Query_ribbon
Enable_the_allow_use_of_fast_copy_connectors_setting
Go to Get Data and select Azure Data Lake Storage Gen2 as a source and fill in the details for your container. Then use the Combine files functionality.
Use_the_combine_files_option
To ensure Fast copy can be leveraged, only apply supported transformations listed at the beginning of this article. If you want to apply other transformations, stage the data first and reference the query. Make any additional transformations on the dependent query.
Optionally, you can set the "Force fast copy" option on the query you want to test. To do so, right-click on the query and select "Require fast copy".
Select_the_require_fast_copy_capability
Optionally, set Lakehouse as output destination. For any other destination, stage and reference your query first.
You can use the query folding indicators and see if the Fast copy indicators are in place so you can run your query with Fast Copy.
Check_the_fast_copy_indicators_to_see_if_fast_copy_can_be_used
Once ready, you can publish the dataflow. Once the refresh has completed, you can check if Fast copy was used in the Refresh history experience.
In_the_refresh_history_you_can_see_if_fast_copy_was_used
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.