You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/frequently-asked-questions.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,25 +175,24 @@ You can use the `@coalesce` construct in the expressions to handle null values g
175
175
176
176
## Mapping data flows
177
177
178
-
### Which Data Factory version do I use to create data flows?
179
-
Use the Data Factory V2 version to create data flows.
178
+
### Which Data Factory version do I use to create mapping data flows?
179
+
Use the V2 version of Data Factory to create mapping data flows.
180
180
181
181
### I was a previous private preview customer who used data flows, and I used the Data Factory V2 preview version for data flows.
182
182
This version is now obsolete. Use Data Factory V2 for data flows.
183
183
184
184
### What has changed from private preview to limited public preview in regard to data flows?
185
-
You will no longer have to bring your own Azure Databricks clusters. Data Factory will manage cluster creation and tear-down. Blob datasets and Azure Data Lake Storage Gen2 datasets are separated into delimited text and Apache Parquet datasets. You can still use Data Lake Storage Gen2 and Blob storage to store those files. Use the appropriate linked service for those storage engines.
185
+
You'll no longer have to bring your own Azure Databricks clusters. Data Factory manages cluster creation and tear-down when running mapping data flows. Blob datasets and Azure Data Lake Storage Gen2 datasets are separated into delimited text and Apache Parquet datasets. You can still use Data Lake Storage Gen2 and Blob storage to store those files. Use the appropriate linked service for those storage engines.
186
186
187
187
### Can I migrate my private preview factories to Data Factory V2?
188
188
189
-
Yes. [Follow the instructions](https://www.slideshare.net/kromerm/adf-mapping-data-flow-private-preview-migration).
189
+
Yes. [Follow these instructions](https://www.slideshare.net/kromerm/adf-mapping-data-flow-private-preview-migration).
190
190
191
191
### I need help troubleshooting my data flow logic. What info do I need to provide to get help?
192
192
193
-
When Microsoft provides help or troubleshooting with data flows, please provide the DSL code plan. To do this, follow these steps:
193
+
When Microsoft provides help or troubleshooting with data flows, please provide the data flow script. To do this, follow these steps:
194
194
195
-
1. From the Data Flow Designer, select **Code** in the top-right corner. This will display the editable JSON code for the data flow.
196
-
2. From the code view, select **Plan** on the top-right corner. This toggle will switch from JSON to the read-only formatted DSL script plan.
195
+
1. From the data flow canvas, select **Script** in the top-right corner. This will display the editable data flow script.
197
196
3. Copy and paste this script or save it in a text file.
198
197
199
198
### How do I access data by using the other 80 dataset types in Data Factory?
0 commit comments