diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94e6f43..2dbac27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ files: ^transform/models/ repos: - repo: https://github.com/dbt-checkpoint/dbt-checkpoint - rev: v2.0.5 + rev: v2.0.6 hooks: - id: check-source-table-has-description diff --git a/transform/.dbt_coves/templates/staging_model_props.yml b/transform/.dbt_coves/templates/staging_model_props.yml index 8725bf0..0ca65e8 100644 --- a/transform/.dbt_coves/templates/staging_model_props.yml +++ b/transform/.dbt_coves/templates/staging_model_props.yml @@ -1,8 +1,8 @@ version: 2 models: - - name: {{model}} - description: '' + - name: stg_{{relation.schema | lower }}_{{model | lower }} + description: 'TESTING' columns: {%- for cols in nested.values() %} {%- for col in cols %}