From 87d7f5aa6af0d0ec584f4c4433977eff1b3e88bc Mon Sep 17 00:00:00 2001 From: Steve Dowling Date: Tue, 17 Sep 2024 16:49:43 +0000 Subject: [PATCH] changed over the sources from legacy hive metastore catalog to a raw data unity catalog -- this will be 1 to 1 with the new Azure Databricks workspace --- models/staging/airbnb/airbnb_sources.yml | 2 +- models/staging/tpch/tpch_sources.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/staging/airbnb/airbnb_sources.yml b/models/staging/airbnb/airbnb_sources.yml index 58ab7676..29de7152 100644 --- a/models/staging/airbnb/airbnb_sources.yml +++ b/models/staging/airbnb/airbnb_sources.yml @@ -3,7 +3,7 @@ version: 2 sources: - name: airbnb schema: airbnb - catalog: hive_metastore + catalog: raw_data tables: - name: calendar description: Availability calendar for listings diff --git a/models/staging/tpch/tpch_sources.yml b/models/staging/tpch/tpch_sources.yml index 9b936434..f7702ca9 100644 --- a/models/staging/tpch/tpch_sources.yml +++ b/models/staging/tpch/tpch_sources.yml @@ -3,7 +3,7 @@ version: 2 sources: - name: tpch schema: tpch - catalog: sa_dev + catalog: raw_data tables: - name: orders