Releases: looker-open-source/calcite-avatica
Releases · looker-open-source/calcite-avatica
avatica-1.24.1-looker
Release for GA.
Full Changelog: https://github.com/looker-open-source/calcite-avatica/commits/avatica-1.24.1-looker
avatica-1.23.4-looker
What's Changed
- Adds Looker JDBC driver with streaming support in #2
- Use
jdbc:looker
as the protocol to select this over the default Avatica driver. (e.g.jdbc:looker:url=https://<looker_instance>
) - Classpath is
org.apache.calcite.avatica.remote.looker.LookerDriver
- Use
- Removes 5000 row limit.
- Compatible with Looker v23.18+.
- Adds
userAgent=<string>
URL param to identify client requests on the Looker instance.
Full Changelog: https://github.com/looker-open-source/calcite-avatica/commits/avatica-1.23.4-looker
avatica-1.23.3-looker
Release for private preview.
Full Changelog: https://github.com/looker-open-source/calcite-avatica/commits/avatica-1.23.3-looker
avatica-1.23.1-looker
- Adds
userAgent
JDBC param: 985a09c