Skip to content

Commit

Permalink
Removing all relationship tests for public data
Browse files Browse the repository at this point in the history
  • Loading branch information
enercolini committed Dec 13, 2023
1 parent 6f2cdc0 commit 3be1148
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions models/marts/enriched_history_operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ models:
tests:
- not_null
- unique
- relationships:
to: ref('stg_history_operations')
field: op_id
#- all_source_table_values_in_destination_table:
# to: ref('stg_history_operations')
# field: op_id

- name: op_source_account
description: '{{ doc("source_account") }}'
Expand All @@ -28,9 +22,6 @@ models:
description: '{{ doc("transaction_id") }}'
tests:
- not_null
- relationships:
to: ref('stg_history_transactions')
field: transaction_id

- name: type
description: '{{ doc("type") }}'
Expand Down

0 comments on commit 3be1148

Please sign in to comment.