Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,651 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In ADF, the "Import projection" feature is used to define the schema of your data source within a pipeline. By selecting "Import projection," ADF retrieves the column names and data types from the underlying data source, which is particularly useful when working with dynamic or flexible schemas.
The main benefits of using "Import projection" include:
For more detailed information, you can refer to the official Microsoft documentation on Source transformation in mapping data flows.