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 # 8 Topic 1 Discussion

dbt Labs dbt Analytics Engineering Certification Exam dbt-Analytics-Engineering Question # 8 Topic 1 Discussion

dbt-Analytics-Engineering Exam Topic 1 Question 8 Discussion:
Question #: 8
Topic #: 1

Examine how freshness is defined at the database level:

- name: raw

database: raw

freshness: # default freshness

warn_after: {count: 12, period: hour}

error_after: {count: 24, period: hour}

loaded_at_field: _etl_loaded_at

How can one table from the source raw be excluded from source freshness?


A.

Add freshness: null to the table configuration.


B.

Since freshness is defined at the source level, all tables in the source must adhere to the freshness parameters.


C.

Add loaded_at_field: null to the table configuration.


D.

Add error_after: null to the table configuration.


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.