special code - Ends in 0d 00h 00m 00s - Coupon code = discmirror
Pass the dbt Labs Analytics Engineers dbt-Analytics-Engineering Questions and answers with ExamsMirror
Exam dbt-Analytics-Engineering Premium Access
View all detail and faqs for the dbt-Analytics-Engineering exam
519 Students Passed
86% Average Score
93% Same Questions
In development, you want to avoid having to re-run all upstream models when refactoring part of your project.
What could you do to save time rebuilding models without spending warehouse credits in your next command?
You run this command:
dbt build --select "source_status:fresher+" --state path/to/prod/artifacts
Which two need to happen before it can be executed successfully?
Choose 2 options.
The dbt_project.yml file contains this configuration:
models:
+grants:
select: ['reporter']
How can you grant access to the object in the data warehouse to both reporter and bi?
Which is true about writing generic tests?
Choose 1 option.
32. You are creating a fct_tasks model with this CTE:
with tasks as (
select * from {{ ref('stg_tasks') }}
)
You receive this compilation error in dbt:
Compilation Error in model fct_tasks (models/marts/fct_tasks.sql)
Model 'model.dbt_project.fct_tasks' (models/marts/fct_tasks.sql) depends on a node named 'stg_tasks' which was not found
Which is correct? Choose 1 option.
Options:
Which of the following is true about restricting the usage of models in dbt?
Choose 1 option.
You define a new generic test on model customers in a YAML file:
version: 2
models:
- name: customers
columns:
- name: customer_id
tests:
- unique
- not_null
The next time your project compiles you get this error:
Raw Error:
mapping values are not allowed in this context
in "
What is the cause of this error?
You wrote this test against your fct_orders model to confirm status filters were properly applied by a parent model:
{{
config(
enabled=true,
severity='error'
)
}}
select *
from {{ ref('fct_orders') }}
where status_code = 13
Which statement about this test is true?
You have created a model called stg_tasks and now you need to implement tests.
You provide this in schema.yml:
version: 2
models:
- name: stg_tasks
columns:
- name: completed_at
tests:
- not_null:
- config:
where: "state = 'completed'"
You receive this compilation error:
[WARNING]: Did not find matching node for patch with name 'stg_tasks' in the 'models' section of file 'models/example/schema.yml'
How can you change the configuration on the not_null test to fix this compiler error?
Which two configuration items can be defined under models: in your dbt_project.yml file?
Choose 2 options.
TOP CODES
Top selling exam codes in the certification world, popular, in demand and updated to help you pass on the first try.