Changelog

v1.0.0 (2019-11-11)

  • Update documentation site. (#49, #57)

  • Add Treasure Data API endpoint HTTPS scheme validation. (#51)

  • Support bulk importing with the MessagePack format. (#53)

  • Improve stability of BulkImportWriter session ID. (#55)

  • Require td-client-python version 1.1.0 or later. (#56)

  • Add Client#exists(database, table) and Client#create_database_if_not_exists(database) method. (#58)

v0.8.0 (2019-09-17)

  • Clean up docstrings and launch documentation site. (#43, #44)

  • Disable type, one of the Treasure Data-specific query parameters, because it is conflicted with the engine option. (#45)

  • Add td-pyspark dependency for easily accessing to the td-spark functionalities. (#46, #47)

v0.7.0 (2019-08-23)

  • Support if_exists="append" option in BulkImportWriter. (#38)

  • PrestoQueryEngine and HiveQueryEngine accept Treasure Data-specific query parameters such as priority. (#41)