You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2020/02/24 01:23:00 UTC

[jira] [Created] (AIRFLOW-6896) AzureCosmosDBHook: Move DB call out of __init__

Kaxil Naik created AIRFLOW-6896:
-----------------------------------

             Summary: AzureCosmosDBHook: Move DB call out of __init__
                 Key: AIRFLOW-6896
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6896
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib
    Affects Versions: 2.0.0
            Reporter: Kaxil Naik
            Assignee: Kaxil Naik
             Fix For: 2.0.0



Currently, the Azure client is created in AzureCosmosDBHook.__init__ . This gets connection data from DB.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)