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: 8 additions & 0 deletions models/staging/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ models:
tags: ["staging", "finance"]
columns:
- name: order_id
description: A unique identifier for each order placed, derived from the id
column.
- name: status

description: Indicates the current state or condition of the entity, reflecting
its position within a process or workflow.
- name: customer_id
description: A unique identifier for customers, derived from the user_id.
- name: order_date
description: The order_date column captures the date when an order was placed.
- name: stg_payments
config:
tags: ["staging", "finance"]
Expand Down