Skip to content

Commit 63c5a2c

Browse files
committed
cleaned schema
1 parent 6496112 commit 63c5a2c

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

elementary_tutorial/dbt_project/models/schema.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ models:
55
description: This table has basic information about a customer, as well as some derived facts based on a customer's orders
66
config:
77
tags: ["PII"]
8-
elementary:
9-
timestamp_column: "signup_date"
10-
tests:
11-
- elementary.table_anomalies:
12-
table_anomalies:
13-
- row_count
14-
- elementary.schema_changes
158

169
columns:
1710
- name: customer_id
@@ -31,14 +24,6 @@ models:
3124

3225
- name: number_of_orders
3326
description: Count of the number of orders a customer has placed
34-
tests:
35-
- elementary.column_anomalies:
36-
config:
37-
severity: warn
38-
tags: ["column_anomalies"]
39-
column_anomalies:
40-
- zero_count
41-
timestamp_column: "signup_date"
4227

4328
- name: customer_lifetime_value
4429
description: Total value (AUD) of a customer's orders
@@ -53,13 +38,7 @@ models:
5338
description: This table has basic information about orders, as well as some derived facts based on payments
5439
config:
5540
tags: ["finance"]
56-
elementary:
57-
timestamp_column: "order_date"
5841

59-
tests:
60-
- elementary.dimension_anomalies:
61-
dimensions:
62-
- status
6342
columns:
6443
- name: order_id
6544
description: This is a unique identifier for an order
@@ -93,13 +72,6 @@ models:
9372
config:
9473
tags: ["finance"]
9574

96-
tests:
97-
- elementary.table_anomalies:
98-
tags: ["table_anomalies"]
99-
table_anomalies:
100-
- row_count
101-
timestamp_column: "order_date"
102-
10375
columns:
10476
- name: order_id
10577
description: This is a unique identifier for an order

0 commit comments

Comments
 (0)