New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

dbt Labs dbt Analytics Engineering Certification Exam dbt-Analytics-Engineering Question # 14 Topic 2 Discussion

dbt Labs dbt Analytics Engineering Certification Exam dbt-Analytics-Engineering Question # 14 Topic 2 Discussion

dbt-Analytics-Engineering Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

28. Consider this DAG:

    model_a → model_c → model_e

    model_b → model_d → model_f

(With model_c and model_d both feeding into the final layer.)

You execute:

dbt run --fail-fast

in production with 2 threads. During the run, model_b and model_c are running in parallel when model_b returns an error.

Assume there are no other errors in the model files, and model_c was still running when model_b failed.

Which model or models will successfully build as part of this dbt run? Choose 1 option.


A.

model_a, model_c, model_d, model_e, model_f


B.

model_a, model_c


C.

model_a


D.

model_a, model_c, model_e


Get Premium dbt-Analytics-Engineering Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.