diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..0d5bcf242 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", orders] 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", orders] columns: - name: order_id diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..7f21eff02 100644 --- a/models/staging/schema.yml +++ b/models/staging/schema.yml @@ -9,7 +9,7 @@ models: - name: stg_orders config: - tags: ["staging", "finance"] + tags: ["staging", "finance", orders] columns: - name: order_id - name: status