From e5899e93c4a6ad6a071122bdbf6ab9f4fedce247 Mon Sep 17 00:00:00 2001 From: Michael Myaskovsky Date: Mon, 29 Dec 2025 15:37:15 +0000 Subject: [PATCH] Modify assets metadata. --- models/schema.yml | 4 ++-- models/staging/schema.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..175b57602 100644 --- a/models/schema.yml +++ b/models/schema.yml @@ -37,7 +37,7 @@ models: - name: orders description: This table has basic information about orders, as well as some derived facts based on payments config: - tags: ["finance"] + tags: ["finance", test] columns: - name: order_id @@ -70,7 +70,7 @@ models: - name: returned_orders description: This table contains all of the returned orders config: - tags: ["finance"] + tags: ["finance", test] columns: - name: order_id diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..5f9795cde 100644 --- a/models/staging/schema.yml +++ b/models/staging/schema.yml @@ -9,14 +9,14 @@ models: - name: stg_orders config: - tags: ["staging", "finance"] + tags: ["staging", "finance", test] columns: - name: order_id - name: status - name: stg_payments config: - tags: ["staging", "finance"] + tags: ["staging", "finance", test] columns: - name: payment_id - name: payment_method