Thijs
Thijs
I can't reproduce this on `main` ``` ➜ duckdb git:(main) ✗ python3 tmp/default_connection_close.py Traceback (most recent call last): File "/Users/thijs/DuckDBLabs/duckdb/tmp/default_connection_close.py", line 18, in in_memory_db.execute(f"""CREATE TABLE in_memory_table (doc_id {schema.get('doc_id')}, duckdb.duckdb.ConnectionException: Connection...
@karansampath even with `pip install duckdb==1.0.0` I can not reproduce the InternalException from the script you provided. Can you please double check if the reproduction is correct?
Thanks, that makes it reproducable for me I know what the issue is, and there are likely other places that suffer from this, I have worked on a generic fix...
That sounds fun, then I'm out of ideas. It seems like the solution might be to statically link the stdlib instead, at least in the python package
> that though its' still using `random_device` under the hood, so I am not sure how that would solve it I also suspected `random_device` but I tested with `random()` with...
> Fwiw, random_device is related to the rocksdb crash, so it's not without issue @Mause we actually had another look and in this case at least it's not related to...
@Mytherin please restart ``` Processing triggers for dbus (1.12.2-1ubuntu1.4) ... The most current stable version of Git for Ubuntu. For release candidates, go to https://launchpad.net/~git-core/+archive/candidate . ╔═════════════════════════════════════════════════════════╗ ║ NOTE ABOUT...
I think you're looking for the functionality added by #288 ?
Thanks, I guess the vended credentials path should be configurable to fix this We currently hardcode it to true
To confirm my understanding: all that an Iceberg View stores is the query that shapes the view (no definition for the referenced data source(s)) and the schema of the result...