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

Support profiles that are simply 'type: duckdb' by correctly configuring the in-memory db setup #159

Merged
merged 4 commits into from
May 2, 2023

Conversation

jwills
Copy link
Collaborator

@jwills jwills commented May 2, 2023

Prior to DuckDB 0.7.0, dbt-duckdb could actually work out-of-the-box with no path argument at all, since the default value of the path argument was :memory: and the only database supported was the default of "main". 0.7.0 changed that s.t. if there is no path supplied, the value of the database setting needs to be "memory" for everything to work correctly; this PR updates the code so that the old behavior of running in-memory DBs when the path is unspecified will work correctly in the new regime.

@jwills jwills merged commit d022d7e into master May 2, 2023
@jwills jwills deleted the jwills_the_profileless_profile branch May 2, 2023 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant