
Explanation:
The goal requires three key components:
Mapping Data Flows in Azure Data Factory do not support R script execution. Mapping Data Flows use Spark under the hood and support transformations using:
Key Limitations:
To meet all requirements, you would need to:
The proposed solution fails because Mapping Data Flows cannot execute R scripts, which is a mandatory requirement for the data transformation step. While Azure Data Factory can handle the data ingestion and loading aspects, it cannot perform the R-based transformation specified in the requirements.
Ultimate access to all questions.
You have an Azure Data Lake Storage account with a staging zone. You need to design a daily process to ingest incremental data from this staging zone, transform the data by running an R script, and then load the transformed data into a data warehouse in Azure Synapse Analytics.
Proposed Solution: You use an Azure Data Factory schedule trigger to run a pipeline that executes a mapping data flow and then inserts the data into the data warehouse.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.