Add dag_bundle_config_file configuration setting#65449
Open
stephen-bracken wants to merge 1 commit into
Open
Conversation
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
5 times, most recently
from
April 18, 2026 11:03
b8e504c to
158c1a2
Compare
stephen-bracken
marked this pull request as ready for review
April 18, 2026 13:03
stephen-bracken
requested review from
ephraimbuddy and
jedcunningham
as code owners
April 18, 2026 13:03
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
from
April 25, 2026 20:00
158c1a2 to
99e2eac
Compare
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
from
May 28, 2026 23:37
99e2eac to
d80778a
Compare
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
from
June 11, 2026 17:17
d80778a to
b868cf5
Compare
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
from
July 10, 2026 09:11
b868cf5 to
4c83649
Compare
stephen-bracken
force-pushed
the
bundle-config-from-file
branch
from
July 10, 2026 14:55
4c83649 to
bbd52d0
Compare
2 tasks
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.
Add dag_bundle_config_file setting
Add
dag_bundle_config_filesetting to allow loading dag bundle config from a json file instead of from an inline string. Multi team configurations for large organisations can become more cumbersome, and so moving the config to a separate file enables better management of large bundle configs. This also allows the dag bundle config to be managed separately from the airflow config in a more intuitive way.Was generative AI tooling used to co-author this PR?