Skip to content

Commit

Permalink
Merge pull request #7 from datacoves/test_dbt_coves_update
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
mayrapena1324 authored Nov 13, 2024
2 parents eeee5e8 + 5cfce0c commit 1521380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions transform/.dbt_coves/templates/staging_model_props.yml
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down

0 comments on commit 1521380

Please sign in to comment.