The --clear-only
option of airflow dags reserialize
command is now removed.
The --clear-only
option was added to clear the serialized DAGs without reserializing them.
This option has been removed as it is no longer needed. We have implemented DAG versioning and can
no longer delete serialized dag without going through airflow db-clean
command. This command is now only for reserializing DAGs.