Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Analytics Engineers dbt-Analytics-Engineering Passing Score

dbt Analytics Engineering Certification Exam Questions and Answers

Question 9

Options:

Question 10

Match the desired outcome to the dbt command or argument.

Options:

Question 11

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 "", line 7, column 21

What is the cause of this error?

Options:

A.

tests should be a dictionary key, not a list

B.

tests should be wrapped in double quotes (")

C.

unique and not_null should not be elements in a list

D.

unique and not_null should be indented at the same level as tests

Question 12

Choose a correct command for each statement.

Options: