sdk

No menu items for this category
OpenMetadata Documentation

module es_mixin

Mixin class containing Lineage specific methods

To be used by OpenMetadata class

Global Variables


  • ES_INDEX_MAP

OpenMetadata API methods related to Elasticsearch.

To be inherited by OpenMetadata



Given a service_name and some filters, search for entities using ES

Args:

entity_type: Entity to look for

fqn_search_string: string used to search by FQN. E.g., service.*.schema.table

from_count: Records to expect

size: Number of records

fields: Comma separated list of fields to be returned

Returns:

List of entities



Method to fetch the elasticsearch reindex job status


Method to trigger elasticsearch reindex