Skip to content

Releases: Baoqi/metabase-dremio-driver

1.5.0 release for Metabase v0.51.0+

30 Oct 01:42
Compare
Choose a tag to compare

release 1.5.0, support metabase 0.51.x

1.4.0 release for Metabase v0.50.0+

16 Jul 06:21
Compare
Choose a tag to compare
release 1.4.0, support metabase 0.50.x

1.3.1 release for Metabase v0.48.0+

28 Feb 06:19
5dbcfde
Compare
Choose a tag to compare
Merge pull request #14 from RonildoSouza/fix_error_set_role

disable feature connection-impersonation

1.3.0 release for Metabase v0.48.0+

24 Feb 08:44
Compare
Choose a tag to compare
refactor #11 "Fix error table privileges"

1.2.0 release for Metabase v0.46.0+

09 May 03:01
Compare
Choose a tag to compare
update github action for metabase 0.46.x

1.1.1 release for Metabase v0.43.0+

13 Oct 15:21
Compare
Choose a tag to compare

Fix a connection error when connect to Dremio Cloud

1.1.0 release for Metabase v0.43.0+

13 May 11:12
Compare
Choose a tag to compare

Fix a schema issue when using Metabase v0.43.0+.

1.0.3 release

12 Jun 04:16
Compare
Choose a tag to compare

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

05 Jun 03:05
Compare
Choose a tag to compare

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

04 Jun 08:16
Compare
Choose a tag to compare

Changes:

  1. In GUI, the meaning of "dbname" parameter is not clear. Actually it should be "schema" in Dremio. So, change it accordingly.
  2. 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)