Skip to content

Commit

Permalink
compute
Browse files Browse the repository at this point in the history
  • Loading branch information
Tania Sabzizar committed Feb 2, 2024
1 parent b5a6512 commit ebea0c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ clean-targets: # directories to be removed by `dbt clean`
seeds:
+database: tania_test
+schema: IM

models:
+databricks_compute: "Compute1"
3 changes: 2 additions & 1 deletion models/staging/jaffle_shop/stg_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ select
order_date,
status

from tania_test.default.jaffle_shop_orders

from tania_test.default.jaffle_shop_orders

0 comments on commit ebea0c4

Please sign in to comment.