2021-08-01 14:27:44 -07:00

535 B

description
This guide will help install Redshift Usage connector and run manually

Redshift Usage

Redshift Usage

{% hint style="info" %} Prerequisites

OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.

  1. Python 3.7 or above

  2. Create and activate python env

    python3 -m venv env
    source env/bin/activate
    

{% endhint %}

Install

pip install '.[redshift-usage]'

Run Manually

metadata ingest -c ./pipelines/redshift_usage.json

Configuration