-
I stumbled multiple times over the issue that a DuckLake (with PostgreSQL catalog) got newly created, while I was assuming I connect to an existing one. The causing issue is typically some setup problem, but it took me some time until I figured it. So the default "create if not exists" behavior during |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Have you tried |
Beta Was this translation helpful? Give feedback.
-
I've added support for this in #248 ATTACH 'ducklake:new_ducklake.db' (CREATE_IF_NOT_EXISTS false);
-- Existing DuckLake at metadata catalog "new_ducklake.db" does not exist - and creating a new DuckLake is explicitly disabled |
Beta Was this translation helpful? Give feedback.
I've added support for this in #248