File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed
elementary_tutorial/dbt_project/models Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change 1- # Elementary Tutorial
1+ # Elementary Tutorial - WIP
22
33This repository is part of Elementary tutorial for using Elementary's dbt package and Elementary's ` edr ` .
44
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments