-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phil/resource path pointers #284
Conversation
@@ -261,6 +259,7 @@ mod test { | |||
resource_config_json: "{}".to_string(), | |||
collection: None, | |||
field_config_json_map: BTreeMap::new(), | |||
backfill: 7, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this? 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The backfill
field was added to the protocol recently (estuary/flow#1276). I had to add it here because I updated the proto-flow dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
64f34ec
to
3ef74f8
Compare
This allows these connectors to take advantage of the new discover merge behavior.
3ef74f8
to
a920095
Compare
This is part of estuary/flow#1285. It updates the airbyte connectors to use the new approach for merging discovered bindings, based on
resource_path_pointers
.