OpenMetadata/ingestion-core
2022-09-21 21:06:35 -07:00
..
src/metadata Fixes #7322 #7145 - Add ViewBasic operation and add access control to get, list, getVersion, listVersions (#7644) 2022-09-21 21:06:35 -07:00
README.md Fix (#6984) doc links in OpenMetaData (#6986) 2022-08-29 19:38:54 +05:30
setup.py lib upgrades (#7536) 2022-09-18 16:51:49 -07:00

This guide will help you set up OpenMetadata Core Models

This guide will help you set up OpenMetadata Core Models

Python version 3.8+

These models are pydantic models automatically generated from the central JSON Schemas that define our APIs and Entities.

Prerequisites

  • Python >= 3.8.x

Docs

Please refer to the documentation here https://docs.open-metadata.org/openmetadata/connectors

Contribution

In order to contribute to this package:

cd ingestion-core
python -m virtualenv venv
source venv/bin/activate
python -m pip install ".[dev]"

OBS: During development we might need to treat this in a different virtual environment if we are yet to update the reference to the core package in openmetadata-ingestion.