1fanwang commented on PR #71341: URL: https://github.com/apache/airflow/pull/71341#issuecomment-5244724043
Agreed, and thanks for the context on the direction. I checked whether the provider could do this on its own: it can't. `PermittedDagFilter` is bound to `get_authorized_dag_ids` in core, and the `set[str]` return is what forces the materialization, so there's no provider-side seam. Not worth a core hook for the one manager that's on its way out. Closing. -- 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]
