Releases: treasure-data/td-client-python
Releases · treasure-data/td-client-python
Release v1.3.0
Change logs
- Support Python from 3.8 to 3.12.
- [Internal] Use
Unpacker.feed
to download msgpack data. - New
download_job_result
API 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_each
API. - Support fetching header info with new headers parameter in
job_result_format_each
andjob_result_format_each
APIs. - Various docstring updates.
Release v1.2.1
Ensure endpoint starts with 'https://' if scheme not given (#96)