atoti_directquery_snowflake.SnowflakeConnection#

class atoti_directquery_snowflake.SnowflakeConnection#

Connection to an external Snowflake database.

Use atoti.Session.connect_to_external_database() to create one.

Example :

>>> external_database = session.connect_to_external_database(connection_info)

cache

Whether the external database should cache the query results or not.

tables

Tables of the external database.