OpenMetadata/ingestion-core
codingwithabhi c6bd06944b
glue-connector-fixed (#3980)
* glue-connector-fixed

* code-formatted

* ran-make-core_bump_version_dev

* config-stored-in-variable
2022-04-09 18:28:53 +05:30
..
src/metadata glue-connector-fixed (#3980) 2022-04-09 18:28:53 +05:30
README.md [issue-2116] - Add target property to MlModel (#2134) 2022-01-18 16:27:35 +01:00
setup.py Fix #2383 - Multiple validation workflows (#2500) 2022-01-30 12:26:41 -08: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/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.