0 votes
in Azure Data Factory by
How do I access data by using the other 80 dataset types in Data Factory?

1 Answer

0 votes
by

The Mapping Data Flow feature currently allows Azure SQL Database, Azure SQL Data Warehouse, delimited text files from Azure Blob storage or Azure Data Lake Storage Gen2, and Parquet files from Blob storage or Data Lake Storage Gen2 natively for source and sink.

Use the Copy activity to stage data from any of the other connectors, and then execute a Data Flow activity to transform data after it’s been staged. For example, your pipeline will first copy into Blob storage, and then a Data Flow activity will use a dataset in the source to transform that data.

Related questions

+1 vote
asked Jun 12, 2022 in Azure Data Factory by SakshiSharma
0 votes
asked Mar 8, 2023 in Azure Data Factory by Robindeniel
...