atoti_directquery_databricks.connection module#
- class atoti_directquery_databricks.DatabricksConnection#
Connection to an external Databricks database.
Use
atoti.Session.connect_to_external_database()
to create one.Example :
>>> external_database = session.connect_to_external_database(connection_info)
- property tables: ExternalTables[ExternalTableT_co]#
Tables of the external database.