Skip to main content

module topic_mixin

Mixin class containing Topic specific methods To be used by OpenMetadata class

class OMetaTopicMixin

OpenMetadata API methods related to Topics. To be inherited by OpenMetadata

method ingest_topic_sample_data

ingest_topic_sample_data(
    topic: Topic,
    sample_data: TopicSampleData
) → TopicSampleData
PUT sample data for a topic Args: topic: Topic Entity to update sample_data: Data to add