Command | Description |
---|---|
airflow dag-processor | Start a standalone Dag Processor instance |
airflow info | Show information about current Airflow and environment |
airflow kerberos | Start a kerberos ticket renewer |
airflow plugins | Dump information about loaded plugins |
airflow rotate-fernet-key | Rotate encrypted connection credentials and variables |
airflow scheduler | Start a scheduler instance |
airflow standalone | Run an all-in-one copy of Airflow |
airflow sync-perm | Update permissions for existing roles and optionally DAGs |
airflow triggerer | Start a triggerer instance |
airflow config get-value | Show the version |
airflow config list | Start a Airflow webserver instance |
View configuration
Command | Description |
---|---|
airflow config get-value | Print the value of the configuration |
airflow config list | List options for the configuration |
Manage connections
Command | Description |
---|---|
airflow connections add | Add a connection |
airflow connections | Creates all the default connections from all the providers |
create-default-connections | Start a kerberos ticket renewer |
airflow connections delete | Delete a connection |
airflow connections export | Export all connections |
airflow connections get | Get a connection |
airflow connections import | Import connections from a file |
airflow connections list | List connections |
airflow connection test | Test a connection |
Manage DAGs
Command | Description |
---|---|
airflow dags backfill | Run subsections of a DAG for a specified date range |
airflow dags delete | Delete all DB records related to the specified DAG |
airflow dags details | Get DAG details given a DAG id |
airflow dags list | List all the DAGs |
airflow dags list-import-errors | List all the DAGs that have import errors |
airflow dags list-jobs | List the jobs |
airflow dags list-runs | List DAG runs given a DAG id |
airflow dags next-execution | Get the next execution datetimes of a DAG |
airflow dags pause | Pause a DAG |
airflow dags report | Show DagBag loading report |
airflow dags reserialize | Reserialize all DAGs by parsing the DagBag files |
airflow dags show | Displays DAG’s tasks with their dependencies |
airflow dags show-dependencies | Displays DAGs with their dependencies |
airflow dags state | Get the status of a dag run |
airflow dags test | Execute one single DagRun |
airflow dags trigger | Trigger a new DAG run. If DAG is paused then dagrun state will remain queued, and the task won’t run. |
airflow dags unpause | Resume a paused DAG |