# Step 2: Table exists → is_incremental() active, scans only new rows
$ dbt build --select fct_trips
08:13:33 Concurrency: 4 threads (target='databricks')
08:13:47 1 of 1 START sql incremental model dev_lasse.fct_trips ....................... [RUN]
08:14:11 1 of 1 OK created sql incremental model dev_lasse.fct_trips .................. [OK in 24.03s]
08:14:11 Finished running 1 incremental model in 0 hours 0 minutes and 38 seconds.
Completed successfully