dstandish commented on code in PR #23461:
URL: https://github.com/apache/airflow/pull/23461#discussion_r865070839
##########
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:
```suggestion
```
--
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]