Nuacht

The tests are done using 42000 rows csv file. I used Postgresql as database and psycopg2 to connect to postgresql from python. Corresponding python scripts can be found above.
ETL: Transform and Load Data from SQL Server to PostgreSQL This repository contains a simple Python ETL pipeline to extract data from a Microsoft SQL Server database, transform it as needed, and load ...