You have the following dbt_project.yml configuration for your dbt project:

name: my_dbt_project
version: 1.0.0
config-version: 2
profile: my_project
source-paths: ["models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
data-paths: ["data"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]
target-path: "target"
clean-targets: ["target", "dbt_modules"]
models:
 my_dbt_project:
   materialized: table
   staging:
     materialized: view
   marts:
     materialized: incremental

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

The source-paths configuration specifies the directory where dbt will look for SQL files defining models
The analysis-paths configuration specifies the directory where dbt will store compiled SQL files
The test-paths configuration specifies the directory where dbt will look for data files
The macro-paths configuration specifies the directory where dbt will store snapshots
Verified Answer
Correct Option - a

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

Telegram