Skip to content

Releases: MaterializeInc/metabase-materialize-driver

Release v1.0.1

08 Sep 21:42
495f0d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

22 Aug 18:55
c60234a
Compare
Choose a tag to compare

Release of the Materialize driver for Metabase

What's Changed

Full Changelog: v0.1.0...v1.0.0

v0.1.0

21 Aug 14:09
54c7e18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.1.0

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.