Skip to content

Commit

Permalink
Merge pull request #18 from elementary-data/adjust-tags
Browse files Browse the repository at this point in the history
Small change to tags in the demo project.
  • Loading branch information
joostboon authored Dec 23, 2024
2 parents 00e63bc + 26ea91a commit 0e3b31c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions data_creation/data_injection/inject_jaffle_shop_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def inject_jaffle_shop_tests(
test_name="not_null",
test_column_name="order_id",
status=TestStatuses.FAIL,
description="The order_id column in the order_items table should not contain null values",
result_rows=[
dict(
coupon_amount=100,
Expand Down
14 changes: 7 additions & 7 deletions jaffle_shop_online/models/marketing/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "Finance"]
tags: ["marketing", "finance"]
elementary:
timestamp_column: "date_day"
columns:
Expand Down Expand Up @@ -35,7 +35,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "PII"]
tags: ["marketing", "pii"]
elementary:
timestamp_column: "converted_at"
columns:
Expand Down Expand Up @@ -120,7 +120,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "Finance"]
tags: ["marketing", "finance"]
elementary:
timestamp_column: "date_month"
columns:
Expand Down Expand Up @@ -157,7 +157,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "Finance"]
tags: ["marketing", "finance"]
elementary:
timestamp_column: "date"
columns:
Expand Down Expand Up @@ -190,7 +190,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing"]
tags: ["marketing"]
elementary:
timestamp_column: "started_at"
columns:
Expand Down Expand Up @@ -227,7 +227,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "Finance", "PII"]
tags: ["marketing", "finance", "pii"]
elementary:
timestamp_column: "converted_at"
columns:
Expand All @@ -248,7 +248,7 @@ models:
meta:
owner: "Ella"
config:
tags: ["Marketing", "PII"]
tags: ["marketing", "pii"]
elementary:
timestamp_column: "started_at"
columns:
Expand Down
2 changes: 1 addition & 1 deletion jaffle_shop_online/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ models:
meta:
owner: "Maayan"
config:
tags: ["PII"]
tags: ["pii"]
elementary:
timestamp_column: "signup_date"
columns:
Expand Down
4 changes: 2 additions & 2 deletions jaffle_shop_online/models/staging/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ models:
meta:
owner: "Idan"
config:
tags: ["staging", "PII"]
tags: ["staging", "pii"]
columns:
- name: customer_id
tests:
Expand Down Expand Up @@ -63,7 +63,7 @@ models:
meta:
owner: "Idan"
config:
tags: ["staging", "PII"]
tags: ["staging", "pii"]
elementary:
timestamp_column: "signup_date"
columns:
Expand Down

0 comments on commit 0e3b31c

Please sign in to comment.