Amundsenrds

Amundsen rds ORM model

amundsenrds

PyPI version License PRs Welcome Slack Status

Amundsenrds contains ORM models to support relational database as metadata backend store in Amundsen. The schema in ORM models follows the logic of databuilder models. Amundsenrds will be used in databuilder and metadatalibrary for metadata storage and retrieval with relational databases.

Requirements

  • Python: >= 3.6
  • MySQL: 5.7, 8

Note: amundsen-rds(version >= 0.0.8) comes with SQLAlchemy ORM features supported only in MySQL 8 in the correlated amundsen metadata-service.

Instructions to configure venv

$ python3 -m venv venv
$ source venv/bin/activate  
$ pip3 install -r requirements.txt
$ python3 setup.py install

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python