Skip to content

Files

Latest commit

e1629f2 · Jan 10, 2025

History

History
33 lines (21 loc) · 574 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 574 Bytes

BI utils

Perfectly suits your project!

Installation

pip install git+https://github.com/gismart/bi-utils

Add --upgrade option to update existing package to a new version

Requirements

Specify package link in your requirements.txt:

git+https://github.com/gismart/bi-utils@0.18.0#egg=bi-utils-gismart

Usage

If you have your credentials on AWS add the following environment variables to use RedShift/S3 functionality:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_DEFAULT_REGION

Running tests

pytest