Metadata-Version: 2.1
Name: openmetadata-ingestion-core
Version: 0.9.0.dev0
Summary: These are the generated Python classes from JSON Schema
Home-page: https://open-metadata.org/
Author: OpenMetadata Committers
License: Apache License 2.0
Project-URL: Documentation, https://docs.open-metadata.org/
Project-URL: Source, https://github.com/open-metadata/OpenMetadata
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev

---
This guide will help you set up OpenMetadata Core Models
---

![Python version 3.8+](https://img.shields.io/badge/python-3.8%2B-blue)

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

**Prerequisites**

- Python &gt;= 3.8.x

### Docs

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

### Contribution

In order to contribute to this package:

```bash
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`.


