This project reads data from a PostgreSQL table and inserts it into a Snowflake table using Python.
- Connects to PostgreSQL
- Reads data using Pandas
- Creates a table in Snowflake if it doesn't exist
- Inserts data into Snowflake
- Verifies insertion
- Python
- psycopg2
- pandas
- snowflake-connector-python
- Update the PostgreSQL and Snowflake connection details.
- Run the script