Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ models:
- name: customers
description: This table has basic information about a customer, as well as some derived facts based on a customer's orders aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
config:
tags: ["PII"]
tags: ["PII", test, test]

columns:
- name: customer_id
Expand Down Expand Up @@ -37,7 +37,7 @@ models:
- name: orders
description: This table has basic information about orders, as well as some derived facts based on payments
config:
tags: ["finance"]
tags: ["finance", test, test]

columns:
- name: order_id
Expand Down Expand Up @@ -70,7 +70,7 @@ models:
- name: returned_orders
description: This table contains all of the returned orders
config:
tags: ["finance"]
tags: ["finance", test, test]

columns:
- name: order_id
Expand Down
8 changes: 4 additions & 4 deletions models/staging/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ version: 2
models:
- name: stg_customers
config:
tags: ["staging", "PII"]
tags: ["staging", "PII", test, test]
columns:
- name: customer_id

- name: stg_orders
config:
tags: ["staging", "finance"]
tags: ["staging", "finance", test, test]
columns:
- name: order_id
- name: status

- name: stg_payments
config:
tags: ["staging", "finance"]
tags: ["staging", "finance", test, test]
columns:
- name: payment_id
- name: payment_method

- name: stg_signups
config:
tags: ["staging", "PII"]
tags: ["staging", "PII", test, test]
columns:
- name: signup_id
- name: customer_email