dbt-Analytics-Engineering Exam Question 6
While onboarding new data sources to your dbt project, you discover some have unexpectedly high null rates in key columns. How would you integrate tests for this into your dbt workflow?
dbt-Analytics-Engineering Exam Question 7
You get a warning during dbt run:WARNlNG: Found 100 rows in 'stg_customers' that will become duplicates in the 'dim_customers' target.
dbt-Analytics-Engineering Exam Question 8
(Multiple Select)
dbt-Analytics-Engineering Exam Question 9
You want to display the runtime metrics (e.g., execution time) of each model directly on the DAG node. Which challenges might you face when implementing this?
dbt-Analytics-Engineering Exam Question 10
dbt Model Snippet:SQL
