Skip to content

Commit

Permalink
update db from dbt-tutorial to raw (#5048)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Mar 8, 2024
2 parents ff218c7 + 64d3d4b commit a49e48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/snippets/quickstarts/_build-your-first-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ with customers as (
first_name,
last_name

from `dbt-tutorial`.jaffle_shop.customers
from raw.jaffle_shop.customers

),

Expand All @@ -30,7 +30,7 @@ orders as (
order_date,
status

from `dbt-tutorial`.jaffle_shop.orders
from raw.jaffle_shop.orders

),

Expand Down

0 comments on commit a49e48f

Please sign in to comment.