Testing a task in Airflow
You've just started looking at using Airflow within your company and would like to try to test run a task within the Airflow platform. You remember that you can use the airflow run
command to execute a specific task within a workflow.
An Airflow DAG is set up for you with a dag_id of etl_pipeline
. The task_id is download_file
and the start_date is 2023-01-08
. All other components needed are defined for you.
Which command would you enter in the console to run the desired task?
This exercise is part of the course
Introduction to Apache Airflow in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
