studiojms / redshift-query-executor

A python project that connects to an Amazon Redshift DB and executes queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redshift Query Executor

Execute Redshift Commands

Configuration

The db config need to be added to the .env file (copy .env.example)

Installing dependencies

This project uses poetry. To install the dependencies, simply run:

poetry install

Executing

poetry run python run.py

About

A python project that connects to an Amazon Redshift DB and executes queries


Languages

Language:Python 100.0%