-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
models: add sourceCapture to materialization specs
Adds the `sourceCapture` property to materialization specs. This is an optional field that can specify a capture from which new bindings will be added. As bindings are added to the capture, they should also be added to the materialization. This allows materializations of dynamic sets of source collections based on the set of resources that's discovered in an upstream data source. The `sourceCapture` field is not used directly during build/validation. This is because we want to decouple the builds that modify the materializations from those that modify the capture bindings. In other words, the intent is to use a separate publication for modifying each materialization in response to capture bindings modifications.
- Loading branch information
Showing
4 changed files
with
16 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
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