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 # 12 Topic 2 Discussion

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

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

Your model has a contract on it.

When renaming a field, you get this error:

This model has an enforced contract that failed.

Please ensure the name, data_type, and number of columns in your contract match

the columns in your model's definition.

| column_name | definition_type | contract_type | mismatch_reason |

|-------------|------------------|----------------|-----------------------|

| ORDER_ID | TEXT | TEXT | missing in definition |

| ORDER_KEY | TEXT | | missing in contract |

Which two will fix the error? Choose 2 options.


A.

Remove order_id from the contract.


B.

Remove order_key from the contract.


C.

Remove order_id from the model SQL.


D.

Add order_key to the contract.


E.

Add order_key to the model SQL.


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.