Skip to content

vipin9457/sync_file_Redshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

sync_file_Redshift

Write code in Python (v3) for the implementation of the following algorithmic task; catch exceptions, create a unit test using Pytest: Connect to a MySQL database Select all the data from the table "Data" where column "Flag" value is set to true. Export it to a local file "exported.dat". Transform data stored in a local file, set the value of the column "StringA" to the uppercase value of the "StringB" with an appended suffix "_". Save to a local file "transformed.dat" Connect to a Redshift database, import data from "transformed.dat" to "Data" table

Installation

To install the module, use pip: pip install sync_file_Redshift

Usage

About

Import Data and Modified it and Save it on Redshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published