Releases: intake/intake-dremio
Releases · intake/intake-dremio
Version 0.2.1
Micro-release with small fixes for DremioCatalog
:
- Fix for table schemas with special characters in
DremioCatalog
- Simplify indexing into
DremioCatalog
by ignoring quotes and making indexing case-insensitive
Version 0.2
Minor release with two mean enhancements for the DremioCatalog
:
- Ability to create new
DremioSource
objects usingDremioCatalog.create_source
which accepts asql_expr
. - Added an interactive HTML repr to
DremioCatalog
to easily discover available tables
Version 0.1.0
First public release of intake-dremio.
Features:
- Support for simple HTTP based authentication
- Support for SSL encryption
- Support for certificates
- Support for password and token based authentication
- Ability to declare custom
DremioSource
with anysql_expr
- Ability to easily access all available tables on a
DremioCatalog