How to ingest a simple JSON file using Openmetadata API #2689
-
Hi Openmetadata team, thanks for the great work!
I tried running metadata ingest command and passing this json file's path but it's not working, I'd like to know how I can achieve ingesting via Openmetadata API. Please let me know, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@baharhmohammadi, want to understand what this entity is. Is it a document or schema of a Kafka topic? Current list of entities supported in OM is available here - https://github.com/open-metadata/OpenMetadata/tree/main/catalog-rest-service/src/main/resources/json/schema/entity OpenMetadata does not allow arbitrary JSON document/records to be stored as entities. It must be one of the entities supported by the system or a new entity type needs to be created for that. We can work together on modeling this as a metadata entity with more details from your answers. |
Beta Was this translation helpful? Give feedback.
@baharhmohammadi, want to understand what this entity is. Is it a document or schema of a Kafka topic? Current list of entities supported in OM is available here - https://github.com/open-metadata/OpenMetadata/tree/main/catalog-rest-service/src/main/resources/json/schema/entity
OpenMetadata does not allow arbitrary JSON document/records to be stored as entities. It must be one of the entities supported by the system or a new entity type needs to be created for that.
We can work together on modeling this as a metadata entity with more details from your answers.