Mark Harrison
Mark Harrison
## Environment - Platform (select one): Claude Code - Claude CLI version: 0.2.107 (Claude Code) - Operating System: macOS 15.4 - Terminal: Terminal App ## Bug Description Two claude sessions...
When I directly attach to a DuckLake, I see the ducklake_* tables in addition to my user tables. Is it possible to somehow filter these out? I have tried several...
Inconsistent results occur if DATA_PATH changes on ATTACH. Instead, it would be better if ATTACH reports the different paths and raises an error. ``` INSTALL ducklake; LOAD ducklake; INSTALL sqlite;...
On a fresh mysql and with x6_catalog db created: - first execution succeeds - second execution fails, in apparent attempt to create a table Test case: ``` mh@:~ $ mysqladmin...
This test case from https://github.com/duckdb/ducklake/issues/238 has started failing again. It returns an error 404 on HTTPS GET. As in the prior issue, adding an explicit CREATE SECRET for GCS prior...