ext_onelake, then write results to a CDF destination.
Write the SQL
Reference the source byexternalId:
For a data model destination, map columns to view properties and include
externalId:
Incremental loads with is_new
By default, each run reads the full Delta table. Incremental loads need aTIMESTAMP or epoch-millisecond LONG column that your pipeline updates when a row changes. Fabric does not create or update that column. You must populate it on every insert and update, then pass it to is_new(). CDF stores the high-water mark; the first run processes all rows.
Preview runs validate the query but do not advance the watermark. For general
is_new patterns, see SQL patterns and best practices.
Create and run the transformation
Create a transformation with a data model destination (example):
Bind session nonces and run the transformation as you do for other Transformations jobs. See Create a transformation.