Topic 1 Question 36
Your company is migrating their batch transformation pipelines to Google Cloud. You need to choose a solution that supports programmatic transformations using only SQL. You also want the technology to support Git integration for version control of your pipelines. What should you do?
Use Cloud Data Fusion pipelines.
Use Dataform workflows.
Use Dataflow pipelines.
Use Cloud Composer operators.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
The best solution is B. Use Dataform workflows. Dataform is uniquely suited because it is specifically designed for programmatic data transformations using only SQL and has native, robust Git integration for version control. Option A (Cloud Data Fusion) is a visual ETL tool, not SQL-centric, and has limited Git integration. Option C (Dataflow) is code-based (Java/Python), not SQL-based. Option D (Cloud Composer) is an orchestration tool, not a transformation tool, and DAGs are defined in Python, not SQL. Therefore, Option B, Dataform workflows, is the only option that fully satisfies both requirements.
👍 1n21837128472025/02/27
シャッフルモード