MotherDuck-Open-Source / metabase_duckdb_driver

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

Adding allow_unsigned_extensions to enable 3d-party extensions #4

Closed olka closed 1 month ago

olka commented 1 month ago

ATM it's impossible to load 3d-party extensions into metabase while using duckdb driver

This PR adds allow_unsigned_extensions configuration option (which is disabled by default) to give user an option to use unsigned 3d-party extensions

Details: https://duckdb.org/docs/extensions/overview.html#unsigned-extensions

hrl20 commented 1 month ago

thanks for adding this!