-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
What’s the problem you're trying to solve
The current version (0.10.4) requires external DuckDB files to use version 0.7.0 or 0.7.1 in order to work. Newer and in certain occasions older DuckDB version result in VulcanSQL not starting. This is off course because DuckDB is in flux (https://duckdb.org/internals/storage)
Describe the solution you’d like
Make the used DuckDB version configurable through a parameter (DUCKDB_VERSION) in the profiles.yaml. This off course would require the binary to be available.
Additional context
wwwy3y3, onlyjackfrost, jieyu-lin and vikpe