diff --git a/elementary_tutorial/cheat_sheets/clean_schema.yml b/elementary_tutorial/cheat_sheets/clean_schema.yml index 021cf8642..a2f61cc18 100644 --- a/elementary_tutorial/cheat_sheets/clean_schema.yml +++ b/elementary_tutorial/cheat_sheets/clean_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: ["fin"] 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: ["fin"] columns: - name: order_id diff --git a/elementary_tutorial/cheat_sheets/tutorial_final_schema_with_tests.yml b/elementary_tutorial/cheat_sheets/tutorial_final_schema_with_tests.yml index c2e483229..876811e0a 100644 --- a/elementary_tutorial/cheat_sheets/tutorial_final_schema_with_tests.yml +++ b/elementary_tutorial/cheat_sheets/tutorial_final_schema_with_tests.yml @@ -51,7 +51,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: ["fin"] elementary: timestamp_column: "order_date" @@ -90,7 +90,7 @@ models: - name: returned_orders description: This table contains all of the returned orders config: - tags: ["finance"] + tags: ["fin"] tests: - elementary.table_anomalies: diff --git a/models/schema.yml b/models/schema.yml index ff0e323b3..e188419a2 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: ["fin"] 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: ["fin"] columns: - name: order_id diff --git a/models/staging/schema.yml b/models/staging/schema.yml index 628a98f6e..b907a0e42 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", "fin"] columns: - name: order_id - name: status - name: stg_payments config: - tags: ["staging", "finance"] + tags: ["staging", "fin"] columns: - name: payment_id - name: payment_method