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

description: A string representation of the current status of an order. It
indicates whether an order has been placed, is in progress, has been completed,
or has been canceled.
- name: customer_id
description: A unique identifier for a customer who has placed an order.
- name: order_date
description: A timestamp representing the date and time when the order was
placed.
- name: stg_payments
config:
tags: ["staging", "finance"]
Expand Down