You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce, follow README.md to Step 6 - view loaded data:
root@codespaces-b20630:/workspaces/meltano-codespace-ready# ./meltano_tut select_db
=== Running select DB ===
Traceback (most recent call last):
File "/workspaces/meltano-codespace-ready/codespaces_tutorial/select_duckdb.py", line 4, in <module>
con = duckdb.connect(database='output/my.duckdb', read_only=True)
duckdb.IOException: IO Error: Trying to read a database file with version number 64, but we can only read version 51.
The database file was created with an newer version of DuckDB.
The storage of DuckDB is not yet stable; newer versions of DuckDB cannot read old database files and vice versa.
The storage will be stabilized when version 1.0 releases.
For now, we recommend that you load the database file in a supported version of DuckDB, and use the EXPORT DATABASE command followed by IMPORT DATABASE on the current version of DuckDB.
See the storage page for more information: https://duckdb.org/internals/storage
The text was updated successfully, but these errors were encountered:
Steps to reproduce, follow README.md to Step 6 - view loaded data:
The text was updated successfully, but these errors were encountered: