Skip to content

Releases: intake/intake-dremio

Version 0.2.1

16 Dec 13:49
318cbc0
Compare
Choose a tag to compare

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

16 Dec 13:46
0cf1018
Compare
Choose a tag to compare

Minor release with two mean enhancements for the DremioCatalog:

  • Ability to create new DremioSource objects using DremioCatalog.create_source which accepts a sql_expr.
  • Added an interactive HTML repr to DremioCatalog to easily discover available tables

Version 0.1.0

16 Dec 13:44
Compare
Choose a tag to compare

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 any sql_expr
  • Ability to easily access all available tables on a DremioCatalog