Skip to content

Pre-Steps #1

@vitdexoff

Description

@vitdexoff

sudo apt-get update

sudo apt-get install python-pip

sudo apt-get install libpq-dev

pip install setuptools

pip install psycopg2==2.7

pip install sqlalchemy

pip install sqlalchemy-redshift==0.5.0

pip install -U sqlalchemy-redshift <--- I faced an issue due old version of this, had to update.

-- To collect all the tables in the cluster in the expected format:

select '"'|| schema ||'.'|| "table" || '",' from svv_table_info;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions