For on-prem -> S3 -> Snowflake ETL Solution
Currently I use tools:
- snowSQL
- snowflake UI
Currently I follow this load process
- Create warehouse
- Create indexes (DDL)
- Create tables (DDL)
- Copy files into User S3 Stage.
- Copy S3 stage files into Tables
Question: Is there a standard ingestion process that I should follow ? I am looking for a proven and production grade process that I can use to develop my data load (ingestion)
Criteria: I am open to using utilities provided by snowflake but not open to using a ETL Tool ( Informatica or TalenD or any other)
I have worked with other DB vendors in the past to come up with such processes. And I know that it does exist.