ashb commented on pull request #19597:
URL: https://github.com/apache/airflow/pull/19597#issuecomment-972771171


   Something like this will do the job:
   
   ```python
   try:
      from airflow.cli.commands.db_command import check_migrations
   except ImportError:
      # existing code
   ```


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