Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 598 Bytes

File metadata and controls

14 lines (10 loc) · 598 Bytes

SnowflakeVirtualTableConfig

Pointer to the table in Snowflake. Uses the Snowflake table identifier of database, schema and table.

Properties

Name Type Required Description
database str Yes The database name.
schema_ str Yes The schema name.
table str Yes The table name.
type Literal["snowflake"] Yes None

[Back to Model list] [Back to API list] [Back to README]