You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FullRefresh sync mode, for every sync run, we fetch all records from the source and send them to the destination. Since there's no need to preserve the sync records once the data is moved to the destination, we need to flush or clean the sync records after each completed run.
The text was updated successfully, but these errors were encountered:
…ultiwoven#74)
* feat: Add configuration action in sync controller
* feat: Add standard, static and template mapping to UserMapping
* Refactor the UserMapping
* Update sync configuration for template variable current_timestamp
* Fix failing test case due to stream name validation
* Include custom filters and update UserMapping Test
* Add test for custom_filters lib module
* fix: Fixes based on review changes
* Update field name from value and template to
In FullRefresh sync mode, for every sync run, we fetch all records from the source and send them to the destination. Since there's no need to preserve the sync records once the data is moved to the destination, we need to flush or clean the sync records after each completed run.
The text was updated successfully, but these errors were encountered: