We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delete_dag was added in airflow 1.10 but its not supported by plugin.
delete_dag
delete_dag Delete all DB records related to the specified DAG
airflow delete_dag [-h] [-y] dag_id
Positional Arguments dag_id The id of the dag
dag_id
Named Arguments -y, --yes Do not prompt to confirm reset. Use with care!
-y, --yes
Default: False
False
The text was updated successfully, but these errors were encountered:
No branches or pull requests
delete_dag
was added in airflow 1.10 but its not supported by plugin.delete_dag
Delete all DB records related to the specified DAG
airflow delete_dag [-h] [-y] dag_id
Positional Arguments
dag_id
The id of the dag
Named Arguments
-y, --yes
Do not prompt to confirm reset. Use with care!
Default:
False
The text was updated successfully, but these errors were encountered: