Skip to content

Amazon Timestream ODBC Driver v2.1.2

Latest
Compare
Choose a tag to compare
@forestmvey forestmvey released this 23 Sep 21:51
· 6 commits to main since this release

Amazon Timestream ODBC Driver 2.1.2 Release

The Amazon Timestream ODBC Driver is an ODBC 3.0-compliant driver. The driver supports read only queries to Amazon Timestream for LiveAnalytics. The driver provides a subset of SQL-92 along with some common extensions and supports SELECT statements of the general form:

[ WITH with_query [, ...] ]
            SELECT [ ALL | DISTINCT ] select_expr [, ...]
            [ function (expression) OVER (
            [ PARTITION BY partition_expr_list ]
            [ ORDER BY order_list ]
            [ frame_clause ] )
            [ FROM from_item [, ...] ]
            [ WHERE condition ]
            [ GROUP BY [ ALL | DISTINCT ] grouping_element [, ...] ]
            [ HAVING condition]
            [ { UNION | INTERSECT | EXCEPT } [ ALL | DISTINCT ] select ]
            [ ORDER BY order_list ]
            [ LIMIT [ count | ALL ] ]

The driver has been verified with the following BI tools.

For Windows:

  • Power BI
  • Microsoft Excel

This release contains the Amazon Timestream ODBC Driver, the Amazon Timestream Power BI Connector, and all developer and user documentation.

Supported Platforms

  • Windows 10 32-bit and 64-bit, Windows 10 22H2, Windows 11, and Windows Server 2022.
  • Ubuntu 18.04 32-bit.
  • Ubuntu 22.04 64-bit.
  • Amazon Linux 2.

Note: This release is exclusive to Windows and Linux platforms.