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


##########
airflow/utils/db.py:
##########
@@ -1254,6 +1257,8 @@ class BadReferenceConfig:
             )
             errored = True
             continue
+
+        log.info("moving bad references from table %s", source_table.name)

Review Comment:
   ```suggestion
           log.info("Moving bad references from table %s", source_table.name)
   ```



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