-
Notifications
You must be signed in to change notification settings - Fork 14
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
add note about sync behavior family #49
base: main
Are you sure you want to change the base?
Conversation
basics/developers/gitlink.md
Outdated
@@ -308,3 +308,4 @@ Please refer to this section on the different parameters and their values a sync | |||
* `should_send_recovery` - (Type: Boolean) Indicate if you would like an email when the sync recovers from the alert type. | |||
* `options` - (Type: Object) Properties specific to the alert type. One example below, these will differ by type. | |||
* `threshold` - (Optional, Type: Integer) The percentage of records that need to fail to send a record failing notification. Possible values are `0` - `100`. | |||
* `sync_behavior_family` - (Optional, Type: String) The behavior of how the sync treats records. Either `activateEvents` - Take action in the destination when new data is added to the source dataset, or, `mappedRecords` - Replicate changes from the source dataset to the destination |
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.
can you plz add some details as to why it's Optional, and what activateEvents
, mappedRecords
, or null
do differently?
and if it only applies for some kinds of syncs, can you add when it should be specified?
I'm a dev reading this and I don't get it atm :/
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.
for sure!
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.
added some more context, let me know if it reads better!
adds sync_behavior_family to the list of gitlink sync attributes