Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Switch sqlite duckdb #136

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'jaffle_shop'

config-version: 2
version: '0.1'
version: '1.5.0'

profile: 'jaffle_shop'

@@ -21,6 +21,12 @@ require-dbt-version: [">=1.0.0", "<2.0.0"]

models:
jaffle_shop:
materialized: table
+materialized: table
staging:
materialized: view
+materialized: view
marts:
+materialized: table
core:
+schema: core
intermediate:
+schema: core_intermediate