Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions basics/developers/gitlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, Default: `mappedRecords`) The behavior of how the sync treats records. Either `activateEvents` - Every record inserted into the source is treated as a new event to be synced to the destination, or, `mappedRecords` - Replicate changes from the source dataset to the destination. `Null` values will be interpreted as `mappedRecords` for batch syncs. `activateEvents` is only available for Kafka based, HTTP Request or Snowflake sourced syncs