-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It looks like --fail-fast
does not stop right after the first error with one thread, it seem to continue to continue to process the next model ?
+ dbt -x run --full-refresh
+ dbt run --fail-fast --full-refresh
11:27:46 Running with dbt=1.9.2
11:27:46 Registered adapter: risingwave=1.9.0
11:27:46 Unable to do partial parsing because of a version mismatch
11:27:48 Found 19 models, 465 macros
11:27:48
11:27:48 Concurrency: 1 threads (target='rw')
11:27:48
...
11:28:00 16 of 19 OK created sql materialized_view model public.foo [CREATE_MATERIALIZED_VIEW in 0.75s]
11:28:00 17 of 19 START sql sink model public.bar ......... [RUN]
11:28:00 17 of 19 ERROR creating sql sink model public.bar [ERROR in 0.16s]
11:28:00 18 of 19 START sql sink model public.baz ............ [RUN]
11:28:00 CANCEL query model.combini.baz ...................... [CANCEL]
11:28:00 18 of 19 ERROR creating sql sink model public.baz ... [ERROR in 0.16s]
Metadata
Metadata
Assignees
Labels
No labels