atoti.tables module

class atoti.tables.Tables(java_api, mapping)

Manage the tables.

property schema: Any

Schema of the tables as an SVG graph.

Note

Graphviz is required to display the graph. It can be installed with Conda: conda install graphviz or by following the download instructions.

Return type

Any

Returns

An SVG image in IPython and a Path to the SVG file otherwise.