What best describes var() in dbt
Identify True/False dbt also executes any custom generate_schema_name macros that are part of a package installed in your project., hence it is important to rename any such macro provided by installed packages
Given the below yaml
sources:
- name: stripe
database: raw
tables:
- name: orders
- name: customers
What is the right compiled code for a model which runs
select *
from {{ source('stripe', 'customers') }}
Which is a mandatory property of an metrics resource
How the SQL will be compiled based on the following model:
{% set payment_methods = ["bank_transfer", "credit_card", "gift_card"] %}
select order_id,
{% for payment_method in payment_methods %}
sum(case when payment_method = '{{payment_method}}' then amount end) as {{payment_method}}_amount,
{% endfor %}
from {{ ref('raw_payments') }}
group by 1
Quickly grab our dbt-Analytics-Engineering product now and kickstart your exam preparation today!
| Name: | dbt Analytics Engineering Certification |
| Exam Code: | dbt-Analytics-Engineering |
| Certification: | dbt Certification |
| Vendor: | Data Build Tool |
| Total Questions: | 289 |
| Last Updated: | Apr 01, 2026 |
© Copyright https://certsexpert.com 2015- 2026, All Rights Are Reserved.