Skip to content

v1.1.14

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 07 Jul 17:21

This is a minor release with some additions and bugfixes.

  • DatabaseClient instances gained a new method table_partition_cols, which returns the columns on which a table is partitioned. An implementation was added for Presto.
  • Fixed subclasses of Duct breaking when __getattr__ was implemented.
  • Allow usage of the backward compatible interface_meta 1.2.
  • Minor docstring improvements.