diff --git a/dbt_project.yml b/dbt_project.yml index 8af6483..6257462 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -6,10 +6,10 @@ config-version: 2 # These configurations specify where dbt should look for different types of files. # The `source-paths` config, for example, states that models in this project can be # found in the "models/" directory. You probably won't need to change these! -source-paths: ["models"] +model-paths: ["models"] analysis-paths: ["analysis"] test-paths: ["tests"] -data-paths: ["data"] +seed-paths: ["data"] macro-paths: ["macros"] snapshot-paths: ["snapshots"] @@ -22,8 +22,8 @@ clean-targets: # directories to be removed by `dbt clean` # Configuring models # Full documentation: https://docs.getdbt.com/docs/configuring-models models: - materialized: "{{var('jitsu_model_materialized', 'incremental')}}" - pre-hook: + +materialized: "{{var('jitsu_model_materialized', 'incremental')}}" + +pre-hook: - "{{ onrunstart() }}" # On clickhouse enables allow_experimental_window_functions flag