You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/11 18:37:35 UTC

[GitHub] [airflow] potiuk opened a new issue #11435: Autoamate check for core-> providers deps

potiuk opened a new issue #11435:
URL: https://github.com/apache/airflow/issues/11435


   We should automate a check for dependencies between the core and providers. This should be CI-automated check that will prevent people from accidentally creating a dependency on any of the providers.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] turbaszek commented on issue #11435: Automate check for core-> providers deps

Posted by GitBox <gi...@apache.org>.
turbaszek commented on issue #11435:
URL: https://github.com/apache/airflow/issues/11435#issuecomment-724854218


   There's a dependency on kubernetes in example dags:
   https://github.com/apache/airflow/blob/ae397df3360a61d081579ac838293ae440c81cb3/airflow/example_dags/example_kubernetes_executor_config.py#L23
   
   which is not required dependency for Airflow. If users don't have installed kubernetes package then they will face errors when using example dags as mentioned in #12247.


----------------------------------------------------------------
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:
users@infra.apache.org