ステージングゾーンを含むAzureData LakeStorageアカウントがあります。 ステージングゾーンから増分データを取り込み、Rスクリプトを実行してデータを変換し、変換されたデータをAzure SynapseAnalyticsのデータウェアハウスに挿入するための酪農プロセスを設計する必要があります。 解決策:Azure Data Factoryのスケジュールトリガーを使用して、データをデータウェアハウスのステージングテーブルにコピーするパイプラインを実行してから、ストアドプロシージャを使用してRスクリプトを実行します。 これは目標を達成していますか?
正解:B
Explanation If you need to transform data in a way that is not supported by Data Factory, you can create a custom activity with your own data processing logic and use the activity in the pipeline. Note: You can use data transformation activities in Azure Data Factory and Synapse pipelines to transform and process your raw data into predictions and insights at scale. Reference: https://docs.microsoft.com/en-us/azure/data-factory/transform-data