This commit is contained in:
Pablo Martin 2024-02-22 16:14:16 +01:00
parent 2bf2582e69
commit a59652fad5

View file

@ -1,13 +1,12 @@
# Name your project! Project names should contain only lowercase characters # Name your project! Project names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's # and underscores. A good package name should reflect your organization's
# name or the intended use of these models # name or the intended use of these models
name: 'dwh_dbt' name: "dwh_dbt"
version: '1.0.0' version: "1.0.0"
config-version: 2 config-version: 2
# This setting configures which "profile" dbt uses for this project. # This setting configures which "profile" dbt uses for this project.
profile: 'dwh_dbt' profile: "dwh_dbt"
# These configurations specify where dbt should look for different types of files. # These configurations specify where dbt should look for different types of files.
# The `model-paths` config, for example, states that models in this project can be # The `model-paths` config, for example, states that models in this project can be
@ -19,11 +18,10 @@ seed-paths: ["seeds"]
macro-paths: ["macros"] macro-paths: ["macros"]
snapshot-paths: ["snapshots"] snapshot-paths: ["snapshots"]
clean-targets: # directories to be removed by `dbt clean` clean-targets: # directories to be removed by `dbt clean`
- "target" - "target"
- "dbt_packages" - "dbt_packages"
# Configuring models # Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models # Full documentation: https://docs.getdbt.com/docs/configuring-models
@ -42,6 +40,5 @@ models:
+materialized: table +materialized: table
+schema: reporting +schema: reporting
vars: vars:
'dbt_date:time_zone': 'Europe/London' "dbt_date:time_zone": "Europe/London"