Interacting with Airflow
Get an overview of Airflow’s most popular terminal commands.
We'll cover the following...
After implementing our ETL pipeline, Airflow will execute it continuously according to our DAG’s configuration. During the DAG's lifetime, we might want to interact with Airflow and gather some information about it. A great way to do this is by using the terminal.
Interacting with Airflow
Here are some popular commands we can use to interact with Airflow:
To generate an airflow ...