What is the purpose of an orchestration tool such as Airflow?
- A Scheduling and managing dependencies between pipeline tasks with retries and monitoring
- B Storing the data
- C Visualising reports
- D Modelling dimensions
Answer
Scheduling and managing dependencies between pipeline tasks with retries and monitoring
Dependencies matter because loading facts before their dimensions produces orphaned rows and broken joins.





