Practice More Questions From: Graded Quiz: Using Apache Airflow to build Data Pipelines
Q:
Apache Airflow pipelines are built on four main principles. Which of the following principles include parameterization?
Q:
Which of the following Apache Airflow use cases involves coordination of data in data warehouses?
Q:
Apache Airflow DAGs are a python script consisting of logical blocks. Which of the following logical blocks might use the ‘from airflow import DAG’ command?
Q:
Which of the following advantages of Apache Airflow expressing workflows as code enables Git to track them?
Q:
Sensors are a class of DAG operators. Which is another type of operator that defines DAG tasks?
Q:
The ‘Task Instance Context Menu’ can be accessed from any of the DAG views that display what?
Q:
The final block in your Airflow pipeline script is where you specify the dependencies for your workflow. How do you specify the order of task 1 and task 2?
Q:
Which block specifies the DAG start date?
Q:
Which of the following Airflow metrics could fluctuate?
Q:
Which of the following Apache Airflow basic components serves the interactive UI?
Subscribe
0 Comments