New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

dbt Labs dbt Analytics Engineering Certification Exam dbt-Analytics-Engineering Question # 6 Topic 1 Discussion

dbt Labs dbt Analytics Engineering Certification Exam dbt-Analytics-Engineering Question # 6 Topic 1 Discussion

dbt-Analytics-Engineering Exam Topic 1 Question 6 Discussion:
Question #: 6
Topic #: 1

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?


A.

{{ config(grants = { '+select': ['bi'] }) }}


B.

{{ config(grants = { 'select': ['+bi'] }) }}


C.

{{ config(grants = { 'select': ['bi'], 'inherits': true }) }}


D.

{{ config(grants = { 'select': ['bi'], 'include': ['dbt_project.yml'] }) }}


Get Premium dbt-Analytics-Engineering Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.