Deploying & Operationalizing
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Professional Data Engineer premium course — no separate purchase.
Included in this chapter:
- Orchestrate the runs, then ship the code
- Composer DAGs and Cloud Scheduler triggers
- CI/CD for data pipelines: build, parameterize, promote
- Exam-pattern recognition
Orchestration choices for data pipelines
| Capability | Cloud Composer (Airflow) | Workflows | Cloud Scheduler |
|---|---|---|---|
| Primary job | Orchestrate many dependent tasks | Chain a few services/APIs | Trigger one target on a timetable |
| Authoring model | Python DAG (Apache Airflow) | YAML/JSON step definition | Cron expression + target |
| Operates a cluster | Yes, a managed Airflow environment runs continuously | No, fully serverless | No, fully serverless |
| Pricing shape | Per environment (always-on) | Per step executed | Per job (flat, very low) |
| Retries and backfill | Built in (task retries, catchup, backfill) | Per-step retry and error handling | None, only re-fires on schedule |
| Reach for it when | Complex multi-task data workflows | Lightweight service orchestration | Pure scheduled trigger |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.