Skip to content
Open
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
8 changes: 7 additions & 1 deletion models/staging/stg_customers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
models:
- name: stg_customers
description: Customer data with basic cleaning and transformation applied, one row per customer.
description: |
Customer data with basic cleaning and transformation applied, one row per customer.

Contains PII — downstream consumers must enforce access controls.
config:
tags: ["staging", "pii"]
deprecation_date: "2027-01-01"
columns:
- name: customer_id
description: The unique key for each customer.
Expand Down