generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
What happens?
I am trying to sue the latest nightly build Ducklake, and getting binding error when i try to use the newly attached db, it works for the stable build
To Reproduce
FORCE INSTALL ducklake FROM core_nightly;
ATTACH IF NOT EXISTS
'ducklake:/tmp/my.db' AS "ducklake_local"
(DATA_PATH '/tmp/data',
OVERRIDE_DATA_PATH True,
METADATA_SCHEMA 'ducklake_local',
DATA_INLINING_ROW_LIMIT 100000);
use ducklake_local;OS:
MacOS
DuckDB Version:
1.4.3
DuckLake Version:
nightly
DuckDB Client:
cli
Hardware:
No response
Full Name:
rui yang
Affiliation:
ascend.io
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have not tested with any build
Did you include all relevant data sets for reproducing the issue?
No - Other reason (please specify in the issue body)
Did you include all code required to reproduce the issue?
- Yes, I have
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
- Yes, I have
alanspires