Skip to content

Commit

Permalink
changed over the sources from legacy hive metastore catalog to a raw …
Browse files Browse the repository at this point in the history
…data unity catalog -- this will be 1 to 1 with the new Azure Databricks workspace
  • Loading branch information
Steve Dowling committed Sep 17, 2024
1 parent e5a7138 commit 87d7f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/staging/airbnb/airbnb_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion models/staging/tpch/tpch_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
sources:
- name: tpch
schema: tpch
catalog: sa_dev
catalog: raw_data

tables:
- name: orders
Expand Down

0 comments on commit 87d7f5a

Please sign in to comment.