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
Fix 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....lk1231 hour agoAdvocate INew1.5KViews27likes2Comments:: operator for typecast in T-SQL
Introduce support for the ::type cast operator in Fabric Data Warehouse as syntactic sugar for the existing CAST(... AS type) expression. The new operator would be functionally equivalent and compile...jovanpop-msft3 hours agoMicrosoft EmployeeNew47Views7likes2CommentsAllow calls of Fabric SQL Database stored procedures from Data Warehouse
It would be great if there were a possibility to call a SQL Database stored procedures directly from a Data Warehouse stored procedures. A use case for this would be e.g. logging activities and even...Vojtech_Dolejsi6 hours agoNew MemberUnder Review2.9KViews13likes2CommentsPower BI - Org apps and cross-report drillthrough
This idea is a request to provide cross-report drill-through capability for org apps. This means being able to navigate between reports hosted in different org apps. The following sections detail why...TomMartens7 hours agoSuper UserNew1.3KViews24likes3Comments