Uploading a CSV File To Snowflake In Three Three Clicks

Jeremy Demlow
2 min readJan 10, 2021

As a data professional there are many times when one would like to simply move a local file to a snowflake environment. As of right now, there isn’t a tool that helps get a single local file on a computer to Snowflake because they are all focused on full data migration from on-premise to the cloud. This can be annoying when you are a new user on Snowflake and want to get started quickly.

Below is an example of how simple it can be to take your local file and get it into a snowflake table for immediate use.

https://easy-migration.herokuapp.com/

Use Cases:

Business/Data Analyst:

The data is to big to analyze on-premise MYSQL server and need more computing to wrangle the large data insights in a jam.

When working with data scientist/data engineers and your are responsible for to get it back to the ecosystem it came from.

Data Scientist:

Have a project sample feature set and want to start working in snowflake those files can be pushed up to snowflake and you can mock your data pipeline in CI CD while your data engineering team is still getting data into a production.

Does anyone else have a great tool for simple ETL tasks with Snowflake?

--

--