This commit is contained in:
Pablo Martin 2023-10-30 16:19:14 +01:00
parent 1c813ce38e
commit 81d13ea2d6
3 changed files with 7 additions and 4 deletions

View file

@ -25,6 +25,7 @@ dbtlearn:
Once you have set this up and the database as well, you can run `dbt debug` to ensure everything is set up correctly and dbt can reach the database.
You should also delete the lines under the `dbtlearn` key in the `dbt_project.yml` file.
# DBT noisy things below

View file

@ -32,6 +32,3 @@ clean-targets: # directories to be removed by `dbt clean`
# files using the `{{ config(...) }}` macro.
models:
dbtlearn:
# Config indicated by + and applies to all files under models/example/
example:
+materialized: view