You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/10/14 15:23:27 UTC

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

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 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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org