Re: [PR] Check permissions for ImportError [airflow]

2024-02-20 Thread via GitHub
vincbeck merged PR #37468: URL: https://github.com/apache/airflow/pull/37468 -- 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:

Re: [PR] Check permissions for ImportError [airflow]

2024-02-15 Thread via GitHub
jedcunningham commented on code in PR #37468: URL: https://github.com/apache/airflow/pull/37468#discussion_r1492012822 ## airflow/api_connexion/endpoints/import_error_endpoint.py: ## @@ -16,39 +16,59 @@ # under the License. from __future__ import annotations -from typing

Re: [PR] Check permissions for ImportError [airflow]

2024-02-15 Thread via GitHub
vincbeck commented on code in PR #37468: URL: https://github.com/apache/airflow/pull/37468#discussion_r1491830495 ## airflow/api_connexion/endpoints/import_error_endpoint.py: ## @@ -65,10 +85,42 @@ def get_import_errors( """Get all import errors.""" to_replace =

Re: [PR] Check permissions for ImportError [airflow]

2024-02-15 Thread via GitHub
vincbeck commented on code in PR #37468: URL: https://github.com/apache/airflow/pull/37468#discussion_r1491829265 ## airflow/api_connexion/endpoints/import_error_endpoint.py: ## @@ -16,39 +16,59 @@ # under the License. from __future__ import annotations -from typing import

[PR] Check permissions for ImportError [airflow]

2024-02-15 Thread via GitHub
jedcunningham opened a new pull request, #37468: URL: https://github.com/apache/airflow/pull/37468 --- **^ Add meaningful description above** Read the **[Pull Request