Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

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