AlexR2D2 / metabase_duckdb_driver

Metabase DuckDB Driver shipped as 3rd party plugin
Apache License 2.0
70 stars 21 forks source link

Read-only toggle: not effective? #14

Open lucmartinon opened 1 year ago

lucmartinon commented 1 year ago

Hello Alex,

I started using the driver more and I noticed one potential issue and have a suggestion:

Issue Although I enabled the "read-only" button, the duckdb file is still locked by metabase. In my case, this is not very blocking: I detect it and restart the metabase docker, which solves the problem.

Suggestion It would be nice to have extra params directly on the connection page: memory_limit and threads, to be able to control the resources that the duckdb driver is allowed to use. it is possible to set them in a query via an sql question, but I find it quite "dirty".

Otherwise, it works like a charm and it's quite amazing to have the speed of duckdb in metabase!

Thanks again for the work here! best, Luc

gauthamchettiar commented 11 months ago

Encountering the same issue, have to keep restarting metabase for unlocking duckdb. Not a blocker but quite annoying.

wfreeman commented 3 months ago

same issue here, the read-only button is not working