v1.1.14
This is a minor release with some additions and bugfixes.
DatabaseClient
instances gained a new methodtable_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.