Skip to content

seemab350/SnowFlake-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

postgres-to-snowflake-ETL

This project reads data from a PostgreSQL table and inserts it into a Snowflake table using Python.

Features

  • Connects to PostgreSQL
  • Reads data using Pandas
  • Creates a table in Snowflake if it doesn't exist
  • Inserts data into Snowflake
  • Verifies insertion

Requirements

  • Python
  • psycopg2
  • pandas
  • snowflake-connector-python

Usage

  1. Update the PostgreSQL and Snowflake connection details.
  2. Run the script

About

ETL project: Read data from PostgreSQL and insert into Snowflake using Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors