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
4 changes: 4 additions & 0 deletions models/staging/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ version: 2

models:
- name: stg_customers
description: Staging table for customer data that standardizes and cleans raw
customer information. Conditionally sources from either validation or training
datasets based on anomalies configuration. Renames ID field to customer_id and
selects core customer attributes.
config:
tags: ["staging", "PII"]
columns:
Expand Down