mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00

* WIP * Fixes #6728 API to get detailed permissions for any user * Fixes #6860 Add policy support for policies based on resource ownership hierachy * Check if inheritedRoles is null * Revert "Check if inheritedRoles is null" This reverts commit 3dee922d5937c1f4ac9a298d1156e7adf15083a6. * Initialize SubjectCache in NoOpAuthorizer Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
This guide will help you set up OpenMetadata Core Models
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
.