1.3 KiB

title slug
Topic Mixin /sdk/python/api-reference/topic-mixin

{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

module topic_mixin

Mixin class containing Topic specific methods

To be used by OpenMetadata class


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

class OMetaTopicMixin

OpenMetadata API methods related to Topics.

To be inherited by OpenMetadata


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

method ingest_topic_sample_data

ingest_topic_sample_data(
    topic: Topic,
    sample_data: TopicSampleData
)  TopicSampleData

PUT sample data for a topic

:param topic: Topic Entity to update :param sample_data: Data to add