0.8.8 (January 05, 2024)#
Added#
Support for array data types in
read_sql()
andload_sql()
.
Changed#
Upgraded Atoti UI to 5.1.13.
Upgraded Admin UI to 5.1.5.
atoti.tables.Tables.schema
uses Mermaid instead of Graphviz unless JupyterLab < 4.1 is installed. The Graphviz binaries are not available on PyPI so depending on Graphviz was makingatoti.tables.Tables.schema
harder to use. On the other hand, JupyterLab >= 4.1, nbviewer, Visual Studio Code, GitHub, etc. all have built-in Mermaid support.
Deprecated#
atoti.Cube.schema
. Useatoti.tables.Tables.schema
instead.