How do I upload CSVs into a Snowflake Table?

Hello, say I want to upload a csv, and then insert the data from that csv into a Snowflake table. What would be the best way to approach that?

Hi @jlGarcia

You can use our file upload component and then write a bulk upload query to your Snowflake resource. Here's some helpful documentation:

1) General CSV to database docs

2) Snowflake docs