mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
631 B
631 B
| description |
|---|
| This guide will help install Athena connector and run manually |
Athena
{% hint style="info" %}
OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
- Python 3.7 or above {% endhint %}
Install from PyPI or Source
{% tabs %} {% tab title="Install Using PyPI" %}
pip install 'openmetadata-ingestion[athena]'
{% endtab %} {% tab title="Build from source " %}
# checkout OpenMetadata
git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata/ingestion
python3 -m venv env
source env/bin/activate
pip install '.[athena]'
{% endtab %} {% endtabs %}