From a59652fad5bf2207d87b159b07908e7b3abb3086 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 22 Feb 2024 16:14:16 +0100 Subject: [PATCH] format --- dbt_project.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dbt_project.yml b/dbt_project.yml index cccb8ab..a9df12e 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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' \ No newline at end of file + "dbt_date:time_zone": "Europe/London"