Add allow_global option to asset access control#67251
Merged
vincbeck merged 1 commit intoMay 22, 2026
Merged
Conversation
o-nikolas
approved these changes
May 20, 2026
ramitkataria
approved these changes
May 22, 2026
Contributor
ramitkataria
left a comment
There was a problem hiding this comment.
I think it's worth considering an alternate name like allow_teamless_producers but otherwise looks good to me
Shrividya
approved these changes
May 22, 2026
Contributor
Shrividya
left a comment
There was a problem hiding this comment.
May be it's worth mentioning or documenting that the default for allow_global=True and setting it to False would mean accepting the events from same team producers.
Contributor
Author
Yep, will be done in #66949 |
66de677 to
33651b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This new parameter allows the user to enable/disable global Dags to consume/produce events from an asset. The
allow_producer_teamsoption allows to allow list some teams to access events from other teams. However, some teams might want to not allow a Dag to be triggered whenever a global Dag produce an event (default behavior). Uers can do that by turning the flagallow_globaltoFalse.Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.