Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt

Use this file to discover all available pages before exploring further.

module search_index_mixin

Mixin class containing Search Index specific methods To be used by OpenMetadata class

class OMetaSearchIndexMixin

OpenMetadata API methods related to search index. To be inherited by OpenMetadata

method ingest_search_index_sample_data

ingest_search_index_sample_data(
    search_index: SearchIndex,
    sample_data: SearchIndexSampleData
) → Optional[SearchIndexSampleData]
PUT sample data for a search index Args: search_index: SearchIndex Entity to update sample_data: Data to add