atoti_directquery_databricks.table module#

class atoti_directquery_databricks.DatabricksTable#

A table in Databricks.

property columns: Sequence[str]#

Columns of the table.

property name: str#

Name of the table.

types: Mapping[str, DataType]#

Mapping from the name of each column to their type.