thekyz commented on issue #14128:
URL: https://github.com/apache/airflow/issues/14128#issuecomment-811500469


   Thanks for the links, definitely appreciated!
   
   I managed to make it work by depending directly on the providers + 
apache-airflow, since then the dependency on the extras is not expressed. 
   
   For reference if somebody is encountering the same issue as me, this:
   ```
   apache-airflow-providers-cncf-kubernetes==1.0.2
   apache-airflow-providers-postgres==1.0.1
   apache-airflow[statsd]==2.0.1
   ```
   
   instead of this:
   ```
   apache-airflow[statsd,postgres,kubernetes]==2.0.1
   ```
   
   Thanks again @potiuk for the support!


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


Reply via email to