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

   >  Now I'm getting this 
[errors](https://github.com/apache/airflow/actions/runs/8648788861/job/23713776144?pr=38111#step:10:2621)
 probably something else needs to be changed/excluded so it's not run in 2.6.0 
anymore?
   
   Yeah. One more small thing - the check attempt to import provider code (and 
in this case they attempt to import transfer operators from GCS that are 
importing azure hooks (and the hooks are not there) - so 
   
   BAsically you need to wrap the failing imports with  
AirflowOptionalProviderFeatureException like described here:
   
    
https://github.com/apache/airflow/blob/main/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst#additional-changes-needed-for-cross-dependent-providers
   
   
   Yes. Not straightforward, but it's close


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