airbyte-ci/connectors/erd/README.md
A collection of utilities for generating ERDs.
erd tools use Poetry to manage dependencies,
and targets Python 3.11 and higher.
Assuming you're in Airbyte repo root:
cd airbyte-ci/connectors/erd
poetry install
Pre-requisites:
GENAI_API_KEY. Can be found at URL https://aistudio.google.com/app/apikeypoetry run erd --source-path <source path> --source-technical-name <for example, 'source-facebook-marketing'>
The script supports the option to ignore the LLM generation by passing parameter --skip-llm-relationships
erdTo run tests locally:
poetry run pytest