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/11/07 11:36:41 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #19442: Fix mismatch between docs and Azure Data Factory Hook

mik-laj commented on a change in pull request #19442:
URL: https://github.com/apache/airflow/pull/19442#discussion_r744243667



##########
File path: airflow/providers/microsoft/azure/hooks/data_factory.py
##########
@@ -141,8 +141,8 @@ def get_conn(self) -> DataFactoryManagementClient:
             return self._conn
 
         conn = self.get_connection(self.conn_id)
-        tenant = conn.extra_dejson.get('extra__azure_data_factory__tenantId')
-        subscription_id = conn.extra_dejson.get('extra__azure_data_factory__subscriptionId')
+        tenant = conn.extra_dejson.get('tenant_id')

Review comment:
       It looks like a breaking change. Am I right?




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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org