From cb0ec26ddd10674a10e9fe352d43a9a3cf6298ab Mon Sep 17 00:00:00 2001 From: Michael Myaskovsky Date: Thu, 5 Feb 2026 13:59:04 +0000 Subject: [PATCH] Modify column metadata. --- models/staging/schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..bbdda3498 100644 --- a/models/staging/schema.yml +++ b/models/staging/schema.yml @@ -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"]