Elliana May
Elliana May
Are you opening the database in read only mode in DBeaver when you open it in Python (also in read only)? We've had a couple of reports of that DBeaver...
Unfortunately you can only have one client connected to a database if you're using a write connection. Multiple connections is only (presently) supported in read only mode, unless you're connecting...
@jonathanswenson should we close this now that we have something in?
> The data ingestion still hasn't been addressed, @hannes’s PR only implements the export of arrow data from a jdbc result set. > > But it doesn’t look like we’re...
@8513421 are you able to retest this with the latest version (0.5.1) from Maven central?
@hannes I've been able to replicate this, looks like it might be related to the signing of the request - I'll send you the details
@thomaslima did you end up having any luck with that approach?
Have you tried adding them to a `.env` file?
Duplicate of #7 I think
This should now be fixed with the latest DuckDB dev version