potiuk edited a comment on issue #7506: [AIRFLOW-6877] [WIP] check cross 
providers dependencies depends on [AIRFLOW-6663]
URL: https://github.com/apache/airflow/pull/7506#issuecomment-590098654
 
 
   BTW, If you look at 
https://travis-ci.org/apache/airflow/jobs/653861799?utm_medium=notification&utm_source=github_status
 - you will se the kind of static check errors that are printed when one 
provider package imports directly another provider without try/except clause. 
There are just 63 cases left and I am happy to fix them all once we agree that 
this is good idea and right approach of handling cross-provider-package 
dependencies.
   
   For example:
   
   ```
       airflow/providers/amazon/aws/operators/gcs_to_s3.py. Provider: 
amazon.aws. 
       Import 
airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator,
       provider: google.cloud. Fix it by adding try/except ImportError
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to