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
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'dwh_dbt'
version: '1.0.0'
name: "dwh_dbt"
version: "1.0.0"
config-version: 2
# 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.
# The `model-paths` config, for example, states that models in this project can be
@ -19,11 +18,10 @@ seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]
clean-targets: # directories to be removed by `dbt clean`
clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"
# Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models
@ -42,6 +40,5 @@ models:
+materialized: table
+schema: reporting
vars:
'dbt_date:time_zone': 'Europe/London'
"dbt_date:time_zone": "Europe/London"