snowflake profile

Objective

  1. Set up a Snowflake account
  2. Create a warehouse, database, and table
  3. Load a CSV file into a table
  4. Run basic SQL queries

Step 1: Set Up Your Snowflake Account

  1. Go to https://signup.snowflake.com
  2. Choose the Enterprise Edition and fill out your details. Also choose one cloud platform (AWS, Azure, GCP).
snow sign up

Step 2: Create Warehouse, Database & Schema

snow warehouse
snow db

Step 3: Create a Dummy Dataset (CSV File)

Step 4: Create a Table in Snowflake

Explanation

Step 6: Upload CSV File to Snowflake (Using Web UI)

snow data loading
  1. Click Tables > employees > Load Data
  2. Upload your employees.csv file
  3. Choose File Format: Delimited, Header rows: 1, Comma-separated
  4. Click Load

Step 7: Query the Data

Step 8: Clean-Up (Optional)

Optional: Automate File Loading (Using SnowSQL CLI or Python)

  • SnowSQL command line
  • Python with snowflake-connector-python and pandas

Conclusion

By Akshay Tekam

software developer, Data science enthusiast, content creator.

Leave a Reply

Your email address will not be published. Required fields are marked *