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/08/04 01:18:09 UTC

[GitHub] [airflow] thesuperzapper commented on issue #9812: Kubernetes executor is broken in Airflow 1.10.11

thesuperzapper commented on issue #9812:
URL: https://github.com/apache/airflow/issues/9812#issuecomment-668320684


   There is also the question of why we made a breaking change on a minor release:
   ```python
   # fails in 1.10.11
   from airflow.contrib.kubernetes.XXX import XXX
   
   # new package location in 1.10.11
   from airflow.kubernetes.XXX import XXX
   ``` 


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