ashb commented on a change in pull request #19597:
URL: https://github.com/apache/airflow/pull/19597#discussion_r750125215



##########
File path: airflow/utils/db.py
##########
@@ -642,8 +646,8 @@ def check_migrations(timeout):
                 break
             if ticker >= timeout:
                 raise TimeoutError(
-                    f"There are still unapplied migrations after {ticker} 
seconds. "
-                    f"Migration Head(s) in DB: {db_heads} | Migration Head(s) 
in Source Code: {source_heads}"
+                    f"There are still unapplied migrations after {ticker} 
seconds. Migration"
+                    f"Head(s) in DB: {db_heads} | Migration Head(s) in Source 
Code: {source_heads}"

Review comment:
       ```suggestion
                       f"There are still unapplied migrations after {ticker} 
seconds. "
                       f"Migration Head(s) in DB: {db_heads} | Migration 
Head(s) in Source Code: {source_heads}"
   ```




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