alee68 opened a new issue, #33019: URL: https://github.com/apache/airflow/issues/33019
### Apache Airflow version 2.6.3 ### What happened When I manually add variables via the web GUI (Admin > Variables), the variables disappear moments later. Could be anywhere from a couple of seconds to a couple of minutes. It takes a refresh of the page to notice the variables are gone. Airflow is running on Kubernetes via Helm but the container is NOT restarting and the manually added variables still disappear. The logs don't appear to show anything unusual. This was not an issue about a week ago when we were on `2.5.3`. Rolling back to `2.5.3` worked but as I looked more into it, it seemed like the issue was directly related to a Dependabot change which upped the `apache-airflow-providers-postgres` version from `5.5.0` to `5.5.2`. https://github.com/apache/airflow/blob/main/airflow/providers/postgres/CHANGELOG.rst#552 I redeployed `2.6.3` with the `apache-airflow-providers-postgres` version rolled back to `5.5.0` and the issue has returned. ### What you think should happen instead Manually entered variables should persist until the container is restarted. As it is now, the variables disappear on their own in a few seconds. ### How to reproduce Navigate to the variables list (Admin > Variables), enter at least one variable, wait a bit, refresh the page, and it will be gone. ### Operating System Debian GNU/Linux 11 (bullseye) ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.3.1 apache-airflow-providers-celery==3.2.1 apache-airflow-providers-cncf-kubernetes==7.3.0 apache-airflow-providers-common-sql==1.6.0 apache-airflow-providers-docker==3.7.1 apache-airflow-providers-elasticsearch==4.5.1 apache-airflow-providers-ftp==3.4.2 apache-airflow-providers-google==10.2.0 apache-airflow-providers-grpc==3.2.1 apache-airflow-providers-hashicorp==3.4.1 apache-airflow-providers-http==4.5.0 apache-airflow-providers-imap==3.2.2 apache-airflow-providers-mysql==5.1.1 apache-airflow-providers-odbc==4.0.0 apache-airflow-providers-postgres==5.5.0 apache-airflow-providers-redis==3.2.1 apache-airflow-providers-sendgrid==3.2.1 apache-airflow-providers-sftp==4.3.1 apache-airflow-providers-slack==7.3.1 apache-airflow-providers-sqlite==3.4.2 apache-airflow-providers-ssh==3.7.1 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### 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]
