Skip to content

Commit

Permalink
Update _models.yml file in wh subdirectory to reflect hashed PII columns
Browse files Browse the repository at this point in the history
  • Loading branch information
elzette-van-rensburg committed Apr 3, 2024
1 parent ccf7f71 commit 98faa16
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jaffle_shop/models/warehouse/_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2

models:
- name: wh_customers
meta:
owner: '[email protected]'
description: This table has basic information about a customer, as well as some derived facts based on a customer's orders

columns:
Expand All @@ -12,10 +14,10 @@ models:
- not_null

- name: first_name
description: Customer's first name. PII.
description: Customer's first name, hashed for privacy

- name: last_name
description: Customer's last name. PII.
description: Customer's last name, hashed for privacy

- name: first_order
description: Date (UTC) of a customer's first order
Expand All @@ -30,6 +32,8 @@ models:
description: Total value (AUD) of a customer's orders

- name: wh_orders
meta:
owner: '[email protected]'
description: This table has basic information about orders, as well as some derived facts based on payments

columns:
Expand Down

0 comments on commit 98faa16

Please sign in to comment.