From d39fb16166fa22684b3f9a6bf10fbaed35cad53c Mon Sep 17 00:00:00 2001 From: Michael Myaskovsky Date: Thu, 22 Jan 2026 10:44:03 +0000 Subject: [PATCH] Modify assets metadata. --- models/schema.yml | 6 ++++-- models/staging/schema.yml | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..7ddaa22e8 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -37,7 +37,8 @@ models: - name: orders description: This table has basic information about orders, as well as some derived facts based on payments config: - tags: ["finance"] + tags: + - fin columns: - name: order_id @@ -70,7 +71,8 @@ models: - name: returned_orders description: This table contains all of the returned orders config: - tags: ["finance"] + tags: + - fin columns: - name: order_id diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..47e2a59c6 100644 --- a/models/staging/schema.yml +++ b/models/staging/schema.yml @@ -9,14 +9,18 @@ models: - name: stg_orders config: - tags: ["staging", "finance"] + tags: + - "staging" + - fin columns: - name: order_id - name: status - name: stg_payments config: - tags: ["staging", "finance"] + tags: + - "staging" + - fin columns: - name: payment_id - name: payment_method