From 85279b7ce2213de95d7f0d885cf8f2305fed821c Mon Sep 17 00:00:00 2001 From: Michael Myaskovsky Date: Sun, 8 Feb 2026 10:03:42 +0000 Subject: [PATCH] Modify column metadata. --- models/staging/schema.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..59c093594 100644 --- a/models/staging/schema.yml +++ b/models/staging/schema.yml @@ -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"]