From 58e8932df82489065ee6f8a3a62670c2bee113ab Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Fri, 27 Dec 2024 16:42:27 +0000 Subject: [PATCH] Comment out standlone test from jaffle shop, to keep original topology --- dev/dags/dbt/jaffle_shop/models/schema.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/dev/dags/dbt/jaffle_shop/models/schema.yml b/dev/dags/dbt/jaffle_shop/models/schema.yml index 381349cfd..335996756 100644 --- a/dev/dags/dbt/jaffle_shop/models/schema.yml +++ b/dev/dags/dbt/jaffle_shop/models/schema.yml @@ -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