jensgrnb opened a new issue #20168: URL: https://github.com/apache/airflow/issues/20168
### Apache Airflow version 2.2.1 ### What happened Seems to only affect KubernetesExecutor jobs ``` Traceback (most recent call last): File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context self.dialect.do_execute( File "/home/airflow/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 608, in do_execute cursor.execute(statement, parameters) psycopg2.errors.UndefinedColumn: column dag_run.data_interval_start does not exist ``` ### What you expected to happen I expected that the pod would be started without problems. ### How to reproduce Try running a Kubernetes job using the CeleryKubernetesExecutor. ### Operating System PRETTY_NAME="Debian GNU/Linux 10 (buster)" NAME="Debian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" ### Versions of Apache Airflow Providers [email protected] ### Deployment Other 3rd-party Helm chart ### Deployment details google kubernetes engine deployment ### Anything else We upgraded from 2.1.2 to 2.2.1 and have not experienced any issues with the normal celeryexecutor jobs. ### Are you willing to submit PR? - [X] 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]
