Skip to content

Commit

Permalink
Comment out standlone test from jaffle shop, to keep original topology
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Dec 27, 2024
1 parent 0f0c0da commit 58e8932
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions dev/dags/dbt/jaffle_shop/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ models:
- not_null
description: This is a unique identifier for an order

- name: customer_id
description: Foreign key to the customers table
tests:
- not_null
- relationships:
to: ref('customers')
field: customer_id
# Comment so we don't have a standalone test relationships_orders_customer_id__customer_id__ref_customers__test
#- name: customer_id
# description: Foreign key to the customers table
# tests:
# - not_null
# - relationships:
# to: ref('customers')
# field: customer_id

- name: order_date
description: Date (UTC) that the order was placed
Expand Down

0 comments on commit 58e8932

Please sign in to comment.