You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/01/16 15:53:56 UTC

[airflow] branch master updated: Add dependency to azure-core (#13715)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fb4f4b  Add dependency to azure-core (#13715)
6fb4f4b is described below

commit 6fb4f4b260117e8b1313aa6c1c84bd9507bb194a
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Jan 16 16:53:40 2021 +0100

    Add dependency to azure-core (#13715)
    
    Snowflake has implicit azure-core>=1.10.0 dependency because it
    uses AzureSASCredential via azure storage-blob.
    
    This dependency will be moved to Azure soon when we merge
    the #12188 and azure-storage-blob will be added as dependency there
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index c571068..eba4a7a 100644
--- a/setup.py
+++ b/setup.py
@@ -427,6 +427,7 @@ snowflake = [
     # blob is the only exception
     # Solution to that is being worked on in https://github.com/apache/airflow/pull/12188
     # once it is merged, we can move those two back to `azure` extra.
+    'azure-core>=1.10.0',
     'azure-storage-blob',
     'azure-storage-common',
     # Snowflake conector > 2.3.8 is needed because it has vendored urrllib3 and requests libraries which