Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.02 KB

changes_0.3.0.md

File metadata and controls

25 lines (14 loc) · 1.02 KB

metabase-driver 0.3.0, released 2022-02-04

Code name: Enable SSH tunnel and improve error messages

Summary

In this release we enable connecting to Exasol through an SSH tunnel (see the user guide for details) and we provide better error messages in case of connection errors.

We also explain how to use data types TIMESTAMP and TIMESTAMP WITH LOCAL TIME ZONE with timezones in the user guide.

Additionally we now correctly map INTEGER and SMALLINT columns to Metabase's type :type/Decimal.

Features

  • #25: Enabled SSH tunnel for connecting to Exasol
  • #24: Provided helpful error messages in case of connection errors

Documentation

  • Improved the installation instructions in the user guide
  • #9: Explained how to use data types TIMESTAMP and TIMESTAMP WITH LOCAL TIME ZONE with timezones

Tests

  • #10: Fixed remapping tests