Skip to content

Commit 98188f6

Browse files
committed
Merge branch 'main' of github.com:elementary-data/tutorial
2 parents 55223bc + 3fa69ab commit 98188f6

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Elementary Tutorial
1+
# Elementary Tutorial - WIP
22

33
This repository is part of Elementary tutorial for using Elementary's dbt package and Elementary's `edr`.
44

elementary_tutorial/dbt_project/models/schema.yml

Lines changed: 0 additions & 27 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
@@ -45,13 +38,7 @@ models:
4538
description: This table has basic information about orders, as well as some derived facts based on payments
4639
config:
4740
tags: ["finance"]
48-
elementary:
49-
timestamp_column: "order_date"
5041

51-
tests:
52-
- elementary.dimension_anomalies:
53-
dimensions:
54-
- status
5542
columns:
5643
- name: order_id
5744
description: This is a unique identifier for an order
@@ -67,14 +54,6 @@ models:
6754

6855
- name: amount
6956
description: Total amount (AUD) of the order
70-
tests:
71-
- elementary.column_anomalies:
72-
config:
73-
severity: warn
74-
tags: ["column_anomalies"]
75-
column_anomalies:
76-
- zero_count
77-
- zero_percent
7857

7958
- name: credit_card_amount
8059
description: Amount of the order (AUD) paid for by credit card
@@ -93,12 +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-
freshness_column: order_date
10275
columns:
10376
- name: order_id
10477
description: This is a unique identifier for an order

0 commit comments

Comments
 (0)