gil-tober commented on issue #31442: URL: https://github.com/apache/airflow/issues/31442#issuecomment-1556115879
This is mentioned in #31408 Adding it here for anyone else having this issue I will try the workaround you suggested and will post my findings. For now, I found that setting `_AIRFLOW__SKIP_DATABASE_EXECUTOR_COMPATIBILITY_CHECK=1` also works as workaround. https://github.com/apache/airflow/blob/9137740b2e8937aaf65c7c86dd11b096d028e7d2/airflow/executors/executor_loader.py#L160-L186 Our metadb is Postgres, so the check for `sqlite` is not relevant for us -- 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]
