In Apache Airflow, a ________ is a unit of work or task that performs a specific action in a workflow.
- DAG (Directed Acyclic Graph)
- Executor
- Operator
- Sensor
In Apache Airflow, an "Operator" is a unit of work or task that performs a specific action within a workflow. Operators can perform tasks such as transferring data, executing scripts, or triggering external systems. They are the building blocks of workflows in Airflow, allowing users to define the individual actions to be performed.
Loading...
Related Quiz
- Scenario: Your company needs to process large volumes of log data generated by IoT devices in real-time. What factors would you consider when selecting the appropriate pipeline architecture?
- What does ACID stand for in the context of RDBMS?
- In data extraction, ________ refers to the process of selecting and extracting only the data that has been modified since the last extraction.
- In an ERD, a ________ is a property or characteristic of an entity.
- What is the primary purpose of a Data Lake?