-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update wording to match changes in evolutions handler Updates the wording around evolution actions to reflect the new behavior of the evolutions handler, which increments the backfill counter instead of re-naming resources. * Allow evolutions to work when publishing materializaions The ResourceConfig Store had some baked in assumptions that it would be operating only on captures. But now it's possible to trigger an evolution when only publishing a materialization, because inferred schema changes can cause incompatibilities. This updates the ResourceConfig Store to handle both capture and materialization specs. * allow auto-discover options to be set independently This allows toggling the "Breaking changes re-version collections" and "Automatically add new collections" properties indepently of one another. Both of those toggles still require "Keep schemas up to date" to be enabled in order to toggle them on. But now you're able to toggle on "Breaking changes re-version collections" without also having to enable "Automatically add new collections". As of this commit, you can now create a capture with: `autoDiscover: { evolveIncompatibleCollections: true, addNewBindings: false }` --------- Co-authored-by: Travis Jenkins <travis@estuary.dev>
- Loading branch information
1 parent
564ad52
commit 48013d2
Showing
4 changed files
with
40 additions
and
24 deletions.
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