Releases: Baoqi/metabase-dremio-driver
Releases · Baoqi/metabase-dremio-driver
1.5.0 release for Metabase v0.51.0+
1.4.0 release for Metabase v0.50.0+
release 1.4.0, support metabase 0.50.x
1.3.1 release for Metabase v0.48.0+
Merge pull request #14 from RonildoSouza/fix_error_set_role disable feature connection-impersonation
1.3.0 release for Metabase v0.48.0+
refactor #11 "Fix error table privileges"
1.2.0 release for Metabase v0.46.0+
update github action for metabase 0.46.x
1.1.1 release for Metabase v0.43.0+
Fix a connection error when connect to Dremio Cloud
1.1.0 release for Metabase v0.43.0+
Fix a schema issue when using Metabase v0.43.0+.
1.0.3 release
Fix issue #2 , current version of dremio has a bug when we run "select current_schema", so, currently work around it in this release
1.0.2 release
Make the "schema" field works as a prefix.
- When there is no value in that field, all schemas will be read
- If there are some characters in "schema" field, it will read the schemas with name starts with the inputted value.
1.0.1 release
Changes:
- In GUI, the meaning of "dbname" parameter is not clear. Actually it should be "schema" in Dremio. So, change it accordingly.
- In previous version, all readable tables from all schemas will be list, which is both time consuming, and may not be expected. So, in this release, for "schema" field, if user specify one schema, we will only list the tables for that exact schema. If user leave "schema" empty, then we will continue to list all tables from all schemas (old behavior)