0.8.7 (December 06, 2023)#
Added#
auto_multi_column_array_conversion, lookup_mode, max_sub_queries, and query_timeout parameters to some DirectQuery
*ConnectionInfo
classes. Seeatoti_directquery_bigquery.BigqueryConnectionInfo
for an example.
Changed#
Upgraded jdk4py to 17.0.9.2 to support:
Python 3.12 when installed as a Conda package (this Python version was already supported when installed as a Python wheel).
Upgraded pyarrow to 14 to avoid vulnerability.
Upgraded Admin UI to 5.1.4.
The attributes of
AggregateProvider
have been made public.Replaced typeguard with Pydantic for runtime call validation.
Fixed#
AssertionError
raised when importingatoti
withatoti-jupyterlab3
installed (discussion #813).