Warehouse
Specifies the name of the Snowflake warehouse to be used for query execution. A warehouse in Snowflake is a virtual compute resource that provides the necessary processing power to perform operations such as data loading, querying, and analytics.
データ型
string
デフォルト値
""
解説
Provide the name of the Snowflake warehouse you wish to connect to. This warehouse name is required to enable query processing and data manipulation.
For example:
Warehouse='MYACCOUNT_WH'Ensure the specified warehouse is active and accessible for your user account.