atoti_directquery_snowflake.table module# class atoti_directquery_snowflake.SnowflakeTable# A table in Snowflake. property columns: List[str]# Columns of the table. Return type List[str] property name: str# Name of the table. Return type str types: Mapping[str, DataType]# Mapping from the name of each column to their type.