# Step 1: Table does not exist yet → reads all 100M+ rows to build from scratch
$ dbt build --select fct_trips
08:11:27 Concurrency: 4 threads (target='databricks')
08:11:27 1 of 1 START sql incremental model dev_lasse.fct_trips ....................... [RUN]
08:12:52 1 of 1 OK created sql incremental model dev_lasse.fct_trips .................. [OK in 84.46s]
08:12:52 Finished running 1 incremental model in 0 hours 1 minutes and 25 seconds.
Completed successfully