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 2021/01/14 06:37:07 UTC

[GitHub] [airflow] potiuk commented on pull request #13654: Switches to latest version of snowflake connector

potiuk commented on pull request #13654:
URL: https://github.com/apache/airflow/pull/13654#issuecomment-759960378


   @kaxil @ashb  @mik-laj  @ephraimbuddy  @turbaszek - when fixing the 'azure-storage' problems connected (they will be finaly solved in #12188 which I rebased on top of this one) I also simplified upgrades of setup.py so they will also automatically work in case any change in setup.py results in REMOVING dependency (as is in the case of azure-storage). 
   
   Basically - no more EPOCH changes are needed when you remove dependencies.  Whenever setup.py/setup.cfg is changed all installation will skip automatically (on CI) the "cache" build and it will install everything from the scratch - that will take much longer than usual (3-4 minutes) but it should handle every case - including the removal.
   
   I did it as part of the 'snowflake' fix because also here I want to reinstall dependencies from scratch.


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