arjunanan6 opened a new issue, #31679: URL: https://github.com/apache/airflow/issues/31679
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened v: 2.6.0 Not sure if this is a bug or a really odd issue. But, I'm seeing an extremely weird issue ever since we switched out one of our DAGs to use the "@continuous" schedule. Ever since, any change to the DAG will not persist, and we cannot even refresh our DAGs. I've tried using `airflow db clean` against the dag and dag_run table in an attempt to purge anything, but somehow the DAGbag gets refreshed with the old DAGs despite /opt/airflow/dags containing only 1 dag now (it's a test environment so I tried this out). Before we noticed this problem, the first issue that we saw was that the schedule would no longer change on the specific dag we switched the schedule_interval on. Previously, it was "@continuous" and now it is None. However, the UI still shows:  If I look at the code view, I can see that it is indeed None. ### What you think should happen instead The DAG bag should remove the old dags and show only the 1 new DAG. ### How to reproduce N/A - but it has only become a problem ever since we tried the @contninuos schedule. ### Operating System Debian GNU/Linux ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.0.0 apache-airflow-providers-celery==3.1.0 apache-airflow-providers-cncf-kubernetes==6.1.0 apache-airflow-providers-common-sql==1.4.0 apache-airflow-providers-docker==3.6.0 apache-airflow-providers-elasticsearch==4.4.0 apache-airflow-providers-ftp==3.3.1 apache-airflow-providers-google==10.0.0 apache-airflow-providers-grpc==3.1.0 apache-airflow-providers-hashicorp==3.3.1 apache-airflow-providers-http==4.3.0 apache-airflow-providers-imap==3.1.1 apache-airflow-providers-microsoft-azure==6.0.0 apache-airflow-providers-microsoft-mssql==3.3.2 apache-airflow-providers-microsoft-psrp==2.2.0 apache-airflow-providers-microsoft-winrm==3.0.0 apache-airflow-providers-mysql==5.0.0 apache-airflow-providers-odbc==3.2.1 apache-airflow-providers-oracle==3.0.0 apache-airflow-providers-postgres==5.4.0 apache-airflow-providers-redis==3.1.0 apache-airflow-providers-sendgrid==3.1.0 apache-airflow-providers-sftp==4.2.4 apache-airflow-providers-slack==7.2.0 apache-airflow-providers-snowflake==4.0.5 apache-airflow-providers-sqlite==3.3.2 apache-airflow-providers-ssh==3.6.0 ### Deployment Official Apache Airflow Helm Chart ### Deployment details Deployed on AKS. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
