Skip to content

Commit e696a3c

Browse files
authored
Merge pull request #92857 from djpmsft/docUpdates
updating FAQ
2 parents 0ca1183 + 5b46a06 commit e696a3c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/data-factory/frequently-asked-questions.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,25 +175,24 @@ You can use the `@coalesce` construct in the expressions to handle null values g
175175

176176
## Mapping data flows
177177

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.
180180

181181
### I was a previous private preview customer who used data flows, and I used the Data Factory V2 preview version for data flows.
182182
This version is now obsolete. Use Data Factory V2 for data flows.
183183

184184
### 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.
186186

187187
### Can I migrate my private preview factories to Data Factory V2?
188188

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).
190190

191191
### I need help troubleshooting my data flow logic. What info do I need to provide to get help?
192192

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:
194194

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.
197196
3. Copy and paste this script or save it in a text file.
198197

199198
### How do I access data by using the other 80 dataset types in Data Factory?

0 commit comments

Comments
 (0)