Azure Data Lake Storage Gen2 アカウントへのソース データの増分読み込みを実行する Azure Data Factory パイプラインがあります。 ロードされるデータは、ソース テーブルの LastUpdatedDate という名前の列によって識別されます。 パイプラインを 4 時間ごとに実行することを計画しています。 パイプラインの実行が次の要件を満たしていることを確認する必要があります。 同時実行性またはスロットル制限によりパイプラインの実行が失敗した場合に、実行を自動的に再試行します。 テーブル内の既存データのバックフィルをサポートします。 どのタイプのトリガーを使用する必要がありますか?
正解:D
Explanation In case of pipeline failures, tumbling window trigger can retry the execution of the referenced pipeline automatically, using the same input parameters, without the user intervention. This can be specified using the property "retryPolicy" in the trigger definition. Reference: https://docs.microsoft.com/en-us/azure/data-factory/how-to-create-tumbling-window-trigger