________ are used in Apache Airflow to define the order of task execution and any dependencies between tasks.
- DAGs (Directed Acyclic Graphs)
- Executors
- Schedulers
- Workers
In Apache Airflow, DAGs (Directed Acyclic Graphs) are used to define the order of task execution and specify any dependencies between tasks. A DAG represents a workflow as a collection of tasks and the relationships between them. By defining DAGs, users can orchestrate complex workflows with clear dependencies and execution orders, facilitating efficient task scheduling and management.
Loading...
Related Quiz
- In a NoSQL database, what does CAP theorem primarily address?
- A ________ is a database design pattern that stores data in columns rather than rows, allowing for faster data loading and retrieval.
- In Dimensional Modeling, a ________ is a central table in a star schema that contains metrics or measurements.
- What is the purpose of Kafka Connect in Apache Kafka?
- Scenario: You need to implement a windowed aggregation operation on streaming data in Apache Flink. Which API would you use, and why?