Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Upgrade] DBT & DuckDB to latest version #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
10 changes: 10 additions & 0 deletions profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jaffle_shop:
path: 'jaffle_shop.duckdb'
threads: 24
schema: prod
motherDuck:
type: duckdb
path: "md:jaffle_shop?motherduck_token={{env_var('motherduck_token')}}"
threads: 24
schema: dev
motherDuckProd:
type: duckdb
path: "md:jaffle_shop?motherduck_token={{env_var('motherduck_token')}}"
threads: 24
schema: prod
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ configobj==5.0.8
# via
# cli-helpers
# duckcli
dbt-core==1.5.0
dbt-core==1.7.2
# via
# -r requirements.in
# dbt-duckdb
dbt-duckdb==1.5.0
dbt-duckdb==1.7.0
# via -r requirements.in
dbt-extractor==0.4.1
dbt-extractor==0.5.0
# via dbt-core
diff-cover==7.5.0
# via sqlfluff
duckcli==0.2.1
# via -r requirements.in
duckdb==0.7.1
duckdb==0.9.2
# via
# dbt-duckdb
# duckcli
Expand Down Expand Up @@ -86,7 +86,7 @@ markupsafe==2.1.2
# via
# jinja2
# werkzeug
mashumaro[msgpack]==3.6
mashumaro[msgpack]==3.9
# via dbt-core
minimal-snowplow-tracker==0.0.2
# via dbt-core
Expand Down Expand Up @@ -170,7 +170,7 @@ tomli==2.0.1
# via pytest
tqdm==4.65.0
# via sqlfluff
typing-extensions==4.5.0
typing-extensions==4.8.0
# via
# dbt-core
# mashumaro
Expand Down