Azure Blob Storage アカウントに保存されている Parquet ファイルを Azure Data Lake Storage Gen2 アカウントにコピーするソリューションを設計しています。 データはデータレイクに毎日ロードされ、{Year}/{Month}/{Day}/ のフォルダー構造を使用します。 2 つのアカウント間のデータ転送を最小限に抑えるために、毎日の Azure Data Factory データ ロードを設計する必要があります。 設計に含める必要がある 2 つの構成はどれですか?それぞれの正解は、ソリューションの一部を示しています。 注: 正しい選択ごとに 1 ポイントの価値があります。
正解:B,D
Explanation Copy data from one place to another. The requirements are : 1- need to minimize transfert and 2- need to adapte data to the destination folder structure. Filter on LastModifiedDate will copy everything that have changed since the latest load while minimizing the data transfert. Specifying the file naming pattern allows to copy data at the right place to the destination Data Lake.