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
Allow External OneLake Data Shares to Be Accepted into Multiple Fabric Item Types
Fabric External Data Sharing provides an excellent zero-copy mechanism for sharing OneLake data across tenants. However, the receiving tenant currently has to accept the share into a Lakehouse. I w...Mourak17 hours agoNew MemberNew5Views0likes0CommentsAllow OneLake Shortcut Authentication Mode to Be Changed In Place
OneLake shortcuts support passthrough and delegated authentication, but changing the authentication model currently requires deleting and recreating the shortcut. I would like shortcut authenticatio...Mourak17 hours agoNew MemberNew7Views0likes0CommentsTenant-Wide OneLake Shortcut Lineage and Impact Analysis
This is grounded in a documented limitation: shortcut lineage is currently workspace-scoped, and Microsoft specifically says lineage for shortcuts to warehouses and semantic models isn't currently av...Mourak17 hours agoNew MemberNew15Views0likes1CommentAdd an End-to-End Production Reference Architecture for Microsoft Fabric Real-Time Intelligence
I would like to see a complete end-to-end Microsoft Fabric Real-Time Intelligence reference architecture that demonstrates how the individual RTI capabilities work together in a production-oriented s...Mourak17 hours agoNew MemberNew5Views0likes0CommentsImprove CI/CD consistency for Microsoft Fabric Real-Time Intelligence Eventstreams
Microsoft Fabric Real-Time Intelligence has made strong progress with Git integration and deployment pipelines, but lifecycle management can still be inconsistent across Eventstream sources, destinat...Mourak17 hours agoNew MemberNew3Views0likes0Comments