Skip to content

Releases: MaterializeInc/metabase-materialize-driver

Support non-default schemas and XRAY functionality

04 May 20:08
feb8dfd
Compare
Choose a tag to compare

This release includes the following changes, enabling users to access database objects in non-default schemas and Metabase's XRAY functionality:

Update available type aliases

05 Mar 20:56
e09f01d
Compare
Choose a tag to compare

Fix initial table scan and metadata collection

13 Feb 18:12
e09f01d
Compare
Choose a tag to compare
v0.0.5

Metabase-Materialize-Driver 0.0.5: Fix initial table scan and metadata

Support getSchemas

22 Apr 18:52
e09f01d
Compare
Choose a tag to compare

Now that Materialize supports schemas and has the necessary Postgres compatibility work, support getSchemas. Related: #13.

Fix Metabase XRAY break

06 Feb 00:54
0f19f2a
Compare
Choose a tag to compare

This release contains the pgjdbc changes shown here: MaterializeInc/pgjdbc#7

Update Materialize connection string

04 Feb 22:01
23edb1c
Compare
Choose a tag to compare

Now that Materialize supports databases and schemas as a namespacing mechanism, this release connects to Materialize instances using a default materialize database field.

Materialize Driver with forked pgjdbc

28 Jan 22:53
Compare
Choose a tag to compare

This release generates code that allows Metabase to connect to Materialize using a forked version of pgjdbc.