dstandish commented on code in PR #37851:
URL: https://github.com/apache/airflow/pull/37851#discussion_r1510093819


##########
airflow/utils/db.py:
##########
@@ -837,6 +837,8 @@ def _configured_alembic_environment() -> 
Generator[EnvironmentContext, None, Non
 
 
 def check_and_run_migrations():
+    if conf.getboolean("core", "database_access_isolation", fallback=False):
+        return

Review Comment:
   hack to make the pod run when no db conn defined



-- 
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]

Reply via email to