Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
TableType
The possible types for a table
enum TableType {
DYNAMIC_TABLE
EXTERNAL
TABLE
TOPIC
VIEW
}
Values
TableType.DYNAMIC_TABLE
A Snowflake specific table type, is dynamically updated depending on some criteria
TableType.EXTERNAL
Table from an external source
TableType.TABLE
Standard table
TableType.TOPIC
Topic or subject-specific table
TableType.VIEW
Virtual table defined by a query
Member Of
CreateTableInputinputTableobjectUpdateTableInputinput