-
Notifications
You must be signed in to change notification settings - Fork 62
Rowversion decorator #69
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestissue-mappedIssue is mapped to internal trackerIssue is mapped to internal trackertriaged
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestissue-mappedIssue is mapped to internal trackerIssue is mapped to internal trackertriaged
Problem statement
My team and I are building a lightweight masterdata management tool using Rayfin. In order to have a fallback to loading data from the fabric app sql server using cdf into our append-only raw lakehouse, we need a reliable watermark column in each table. That way we can easily incrementally load and store all revisions of each managed entity in our raw lakehouse even if we for some reason end up out of sync with the change data feed.
Proposed solution
Add a rowversion decorator that can be applied to tables that need a reliable watermark column for incremental downstream load/transformation
Alternatives considered
No response
Additional context
No response