Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Create new dbt tests.
  • Loading branch information
Ella authored and Elementary Data committed Dec 3, 2025
commit 72abfe4e1b0fe9d12f1a1af2eeef1a0033b50272
14 changes: 14 additions & 0 deletions models/elementary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
models:
- name: non_dbt_model
data_tests:
- dbt_utils.equality:
compare_model: ref('other_table_name')
compare_columns: # Optional
- first_column
- second_column
exclude_columns: # Optional
- first_column
- third_column
precision: 4 # Optional, Decimal precision to compare numeric columns on
config:
severity: error