Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2022 09:06 AM
Facing the same problem I used the following:
sfOptions = {
"sfURL" : "<account>.snowflakecomputing.com",
"sfAccount" : "<account>",
"sfUser" : "<user>",
"sfPassword" : "***",
"sfDatabase" : "<database>",
"sfSchema" : "<schema>",
"sfWarehouse" : "<warehouse>",
"truncate_table" : "ON",
"usestagingtable" : "OFF",
}