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
I would like a feature to mark an entity in a dataset as updated even if it hasn't been changed. Basically just a touch.
When fixing an issue related to an edge case entity, we usually need to run a full sync to reprocess the affected entities. This can sometimes lead to some unwanted effects (and potentially take several hours) and it would help a lot if we could specifically target the relevant entities instead.
Ideal Process
Discover one or more entities than needs special handling in the transform
Do changes to transform
Deploy new version
Touch list of affected entities in source dataset resulting in updated versions in sink dataset
The text was updated successfully, but these errors were encountered:
I would like a feature to mark an entity in a dataset as updated even if it hasn't been changed. Basically just a touch.
When fixing an issue related to an edge case entity, we usually need to run a full sync to reprocess the affected entities. This can sometimes lead to some unwanted effects (and potentially take several hours) and it would help a lot if we could specifically target the relevant entities instead.
Ideal Process
The text was updated successfully, but these errors were encountered: