Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing all relationship tests for public data #12

Merged
merged 1 commit into from
Dec 13, 2023
Merged
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
Removing all relationship tests for public data
  • Loading branch information
enercolini committed Dec 13, 2023
commit 3be114868b1f78fa1a9a84e1cb1cdb16e5a54c3f
9 changes: 0 additions & 9 deletions models/marts/enriched_history_operations.yml
Original file line number Diff line number Diff line change
@@ -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") }}'
@@ -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") }}'