Amazon Timestream ODBC Driver v2.0.0
Amazon Timestream ODBC Driver GA Release
The Amazon Timestream ODBC Driver is an ODBC 3.0-compliant driver. The driver supports read only query to Amazon Timestream. 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
PowerBI
MicroSoft Excel
- For macOS
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 2010 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
macOS Big Sur and above