Hello,
I have several questions about Snowflake connecting from Alteryx.
1. Bulk loader without primary key field
Would it be possible to upload data into snowflake using bulk loader that does not have primary key field?
Background: There is a primary key field with AUTOINCREMENT in snowflake
2. Insert new data into snowflake using bulk load
It seems like "Update: Insert if new" is not available for bulk load. In that case, probably "Append existing" is the best way. If there is any suggestions, please let me know!
3. Modify database by fill in value
What is the best way to modify data in snowflake?
Background:
There are some rows that are missing values. I would like to modify/fill-in data in snowflake. Would it be better deleting specific rows and append modified data? OR modify data using sql statement in Alteryx output tool? OR clone original table --> create modified table --> replace table?
4. Normal input and output tool vs In-Database connection tools
What is the advantage/disadvantage using In-Database connection tools?
Sincerely,
knozawa