Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2024-01-02 Thread via GitHub
vincbeck commented on PR #36445: URL: https://github.com/apache/airflow/pull/36445#issuecomment-1874279845 Nice! 🥳 -- 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 unsub

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-30 Thread via GitHub
potiuk merged PR #36445: URL: https://github.com/apache/airflow/pull/36445 -- 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.a

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-30 Thread via GitHub
potiuk commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1438547823 ## tests/always/test_providers_manager.py: ## @@ -384,6 +384,11 @@ def test_notification(self): notification_class_names = list(provider_manager.notification)

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-30 Thread via GitHub
pankajastro commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1438547228 ## tests/always/test_providers_manager.py: ## @@ -384,6 +384,11 @@ def test_notification(self): notification_class_names = list(provider_manager.notifica

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-30 Thread via GitHub
potiuk commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1438545904 ## tests/always/test_providers_manager.py: ## @@ -384,6 +384,11 @@ def test_notification(self): notification_class_names = list(provider_manager.notification)

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-29 Thread via GitHub
Bowrna commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1438242691 ## tests/always/test_providers_manager.py: ## @@ -384,6 +384,11 @@ def test_notification(self): notification_class_names = list(provider_manager.notification)

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-29 Thread via GitHub
Bowrna commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1438242540 ## airflow/cli/commands/provider_command.py: ## @@ -189,7 +189,20 @@ def auth_backend_list(args): data=list(ProvidersManager().auth_backend_module_names),

Re: [PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-28 Thread via GitHub
Lee-W commented on code in PR #36445: URL: https://github.com/apache/airflow/pull/36445#discussion_r1437975093 ## tests/always/test_providers_manager.py: ## @@ -384,6 +384,11 @@ def test_notification(self): notification_class_names = list(provider_manager.notification)

[PR] added cli command to list auth managers under `airflow providers` [airflow]

2023-12-27 Thread via GitHub
Bowrna opened a new pull request, #36445: URL: https://github.com/apache/airflow/pull/36445 related: #36193 closes: #36193 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CON