ashb commented on code in PR #23461:
URL: https://github.com/apache/airflow/pull/23461#discussion_r864274680


##########
airflow/utils/db.py:
##########
@@ -1282,6 +1287,7 @@ def _check_migration_errors(session: Session = 
NEW_SESSION) -> Iterable[str]:
         check_bad_references,
     )
     for check_fn in check_functions:
+        log.info("running pre-migration check %s", check_fn.__name__)

Review Comment:
   This is the one I'm not sure about - if the check is a no-op (which it 
should be for most of the time once it's run once?) then isn't this just noise?



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