Re: [PR] Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook [airflow]

2024-03-01 Thread via GitHub
eladkal commented on PR #37103: URL: https://github.com/apache/airflow/pull/37103#issuecomment-1972934582 > I'll create a new PR for this DataToADLSOperator operator Please do. We can discuss there -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook [airflow]

2024-02-29 Thread via GitHub
dabla commented on PR #37103: URL: https://github.com/apache/airflow/pull/37103#issuecomment-1970989255 > > Also added a DataToADLSOperator which uses the AzureDataLakeStorageV2Hook which allows uploading data (like from an XCOM of a previous task for example as we had the case) to a remote

Re: [PR] Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook [airflow]

2024-02-08 Thread via GitHub
dabla commented on PR #37103: URL: https://github.com/apache/airflow/pull/37103#issuecomment-1933622446 @Lee-W Thanks for pointing that out, I indeed did forget to update the docstrings, this is ok now. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook [airflow]

2024-02-07 Thread via GitHub
Lee-W commented on code in PR #37103: URL: https://github.com/apache/airflow/pull/37103#discussion_r1482489951 ## airflow/providers/microsoft/azure/transfers/local_to_adls.py: ## @@ -96,3 +96,53 @@ def execute(self, context: Context) -> None: blocksize=self.blocksiz

Re: [PR] Pass proxies config when using ClientSecretCredential in AzureDataLakeStorageV2Hook [airflow]

2024-02-07 Thread via GitHub
Lee-W commented on code in PR #37103: URL: https://github.com/apache/airflow/pull/37103#discussion_r1482489398 ## airflow/providers/microsoft/azure/transfers/local_to_adls.py: ## @@ -96,3 +96,53 @@ def execute(self, context: Context) -> None: blocksize=self.blocksiz