Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.02 KB

SnowflakeSourceWrapper.md

File metadata and controls

19 lines (14 loc) · 1.02 KB

SnowflakeSourceWrapper

Details about the data source for the given collection.

Properties

Name Type Description Notes
database str Name of the snowflake database.
schema str Name of the snowflake database schema.
table_name str Name of the snowflake table.
format_params FormatParams [optional]
integration_name str Name of integration to use. [optional]
status bool, date, datetime, dict, float, int, list, str, none_type [optional] [readonly]
warehouse str Name of the data warehouse to be used. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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