Orchestration vs transformation
Orchestration decides when and in what order work runs; transformation changes the data itself.
- Airflow schedules tasks
- dbt or Spark transform data
- Keep responsibilities clear
Orchestration vs transformation
Tagged with transformation
Orchestration decides when and in what order work runs; transformation changes the data itself.
Orchestration vs transformation