| Exam Name: | dbt Analytics Engineering Certification Exam | ||
| Exam Code: | dbt-Analytics-Engineering Dumps | ||
| Vendor: | dbt Labs | Certification: | Analytics Engineers |
| Questions: | 65 Q&A's | Shared By: | trent |
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?
Which two configuration items can be defined under models: in your dbt_project.yml file?
Choose 2 options.

Which two mechanisms allow dbt to write DRY code by reusing logic, preventing writing the same code multiple times?
Choose 2 options.