durgaprasadml commented on PR #67606: URL: https://github.com/apache/airflow/pull/67606#issuecomment-4577645848
Thanks for the review and the detailed feedback. Addressed the positional access_entity case for requires_access_dag by extending the AST extraction logic to support both: - keyword usage (access_entity=...) - second positional argument usage Also added a regression test covering the positional form (DagAccessEntity.TASK_LOGS) and regenerated the permission reference docs. Additionally, the generator hook is now registered in .pre-commit-config.yaml to ensure generated docs remain synchronized with route/security changes during CI and local prek runs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
