In a profiles.yml file for dbt Core, you have the following configuration:

my_project:
 target: dev
 outputs:
   dev:
     type: snowflake
     account: my_snowflake_account
     user: dbt_user
     password: dbt_password
     role: dbt_role
     database: my_database
     warehouse: my_warehouse
     schema: public
   prod:
     type: snowflake
     account: prod_snowflake_account
     user: dbt_prod_user
     password: prod_password
     role: prod_role
     database: prod_database
     warehouse: prod_warehouse
     schema: analytics

Which of the following statements is true regarding the configuration in the profiles.yml file?

The dev target will use the analytics schema in a database namely my_database
The prod target will connect to a Snowflake account named my_snowflake_account
The prod target will use the public schema in a database named prod_database
The dev target will connect to a Snowflake warehouse named my_warehouse
Verified Answer
Correct Option - d

To get all Infosys Certified Data Build Tool Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram