potiuk commented on PR #37701:
URL: https://github.com/apache/airflow/pull/37701#issuecomment-1963889881

   cc: @vchiapaikeo . FYI. I guess you moved the import as local imports to 
solve "compatibility checks" failing in CI - but as a learning for the future - 
DON't :) . The compatibility checks deliberately fail when there are imports 
that are importing stuff from airlfow - and we perform import checks for all 
the providers to see if the imports still work, local imports are a way to 
avoid that, but also they will stop detecting compatibility issues. 
   
   Also note to self (and others) to pay closer attention to such changes :D 
   


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