The new Copy Job in Fabric is great. It lets you configure DELTA loads if you can specify the "Incremental column" for a table. BUT, the only data types it will accept are INT (and I assume BIG | SMALL, etc) and Date/Time.
What about ROWVERSION? In my opinion, this is the ABSOLUTE BEST data type for tracking incremental changes. Consider this: Any other type must be managed by the programming layer, either the application or a trigger. And, what happens if some other process breaks in and UPDATES those columns between runs? You will be in an inconsistent state.
ROWVERSION data type columns are, by definition: A) Managed by SQL (populated and updated automatically), B) immutable (they cannot be changed via an UPDATE statement like other columns.
Please add support for selecting ROWVERSION type columns (from SQL Server) to the CopyJob activity.
1 Comment
- Miwa1Microsoft EmployeeThis is already supported, you should see it working by end of Dec 2025.
Recent ideas
Add "Add to Dictionary" and "Ignore All" Functionality to Power BI Text Boxes
When creating professional Power BI reports, legitimate company names, project names, industry-specific terms and technical terminology are sometimes incorrectly flagged as spelling errors with a red...mmartelozzo8 hours agoNew MemberNew4Views0likes0CommentsFix Direct Lake semantic model binding in Deployment Pipelines
When deploying Direct Lake semantic models via Deployment Pipelines, the Lakehouse source is incorrectly treated as an external SQL source. This results in broken lineage and prompts for credentials....lk12318 hours agoAdvocate INew1.5KViews27likes2Comments