Re: [PR] Use requires_access to check read permission on dag instead of checking it explicitly [airflow]

2023-10-16 Thread via GitHub
potiuk merged PR #34940: URL: https://github.com/apache/airflow/pull/34940 -- 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

[PR] Use requires_access to check read permission on dag instead of checking it explicitly [airflow]

2023-10-14 Thread via GitHub
hussein-awala opened a new pull request, #34940: URL: https://github.com/apache/airflow/pull/34940 This PR moves checking the read access on DAG resource to `requires_access` when `dag_id` parameter is not None, it's not a bug fix, both versions of code do the exact same thing. -- This