Releases: treasure-data/td-client-python
Releases · treasure-data/td-client-python
Release v1.5.0
- Added
timeoutparameter toBulkImport.perform()method
Release v1.4.0
- Support trino type query
- Remove partial_delete api
Release v1.3.0
Change logs
- Support Python from 3.8 to 3.12.
- [Internal] Use
Unpacker.feedto download msgpack data. - New
download_job_resultAPI to download the job result to local msgpack file. - Support download job result to local file with new
store_tmpfile(bool, optional) andnum_threads(int, optional) parameters injob_result_format_eachAPI. - Support fetching header info with new headers parameter in
job_result_format_eachandjob_result_format_eachAPIs. - Various docstring updates.
Release v1.2.1
Ensure endpoint starts with 'https://' if scheme not given (#96)