-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enables subdag to handle
source
and value
To be consistent and to allow people to remap external values, e.g. subdag config is foo, but we need two different values because we have two subdags that need it. So we can remap the values from external config: Global config: {"foo1": "foo_v1", "foo2": "foo_v2"} Subdag1 config: {"foo": source("foo1")} Subdag2 config: {"foo": source{"foo2")} This also handles if someone wants to use value(). Otherwise to preserve backwards compatibility we need to do this in a specific order and only override config values appropriately.
- Loading branch information
Showing
2 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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