[PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-03-26 Thread via GitHub
TJaniF opened a new pull request, #38497: URL: https://github.com/apache/airflow/pull/38497 When testing the AzureDataLakeStorageV2Hook with a managed identity authentication @melugoyal got the following error: ```text [2024-03-26, 04:32:41 UTC] {managed_identity.py:80} INFO - Man

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-03-26 Thread via GitHub
dirrao commented on code in PR #38497: URL: https://github.com/apache/airflow/pull/38497#discussion_r1539550643 ## airflow/providers/microsoft/azure/hooks/data_lake.py: ## @@ -357,10 +357,10 @@ def get_conn(self) -> DataLakeServiceClient: # type: ignore[override]

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-03-27 Thread via GitHub
Lee-W commented on code in PR #38497: URL: https://github.com/apache/airflow/pull/38497#discussion_r1540636327 ## airflow/providers/microsoft/azure/hooks/data_lake.py: ## @@ -357,10 +357,10 @@ def get_conn(self) -> DataLakeServiceClient: # type: ignore[override] c

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-03-27 Thread via GitHub
Lee-W commented on code in PR #38497: URL: https://github.com/apache/airflow/pull/38497#discussion_r1540645290 ## airflow/providers/microsoft/azure/hooks/data_lake.py: ## @@ -357,10 +357,10 @@ def get_conn(self) -> DataLakeServiceClient: # type: ignore[override] c

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-03-27 Thread via GitHub
TJaniF commented on code in PR #38497: URL: https://github.com/apache/airflow/pull/38497#discussion_r1540888611 ## airflow/providers/microsoft/azure/hooks/data_lake.py: ## @@ -357,10 +357,10 @@ def get_conn(self) -> DataLakeServiceClient: # type: ignore[override]

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-05-11 Thread via GitHub
github-actions[bot] commented on PR #38497: URL: https://github.com/apache/airflow/pull/38497#issuecomment-2106066256 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-05-16 Thread via GitHub
TJaniF commented on PR #38497: URL: https://github.com/apache/airflow/pull/38497#issuecomment-2116130836 @Lee-W Made the change you suggested and added a test :) I used the changed hook in a deployment with managed workload identity set up and got a successful task with: ```te

Re: [PR] Switch AzureDataLakeStorageV2Hook to use ManagedIdentityCredential for managed identity/workload auth [airflow]

2024-05-26 Thread via GitHub
Lee-W merged PR #38497: URL: https://github.com/apache/airflow/pull/38497 -- 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-unsubscr...@airflow.ap