Pere Miquel Brull 6e2fb1eca7
[Docs] - 1.1.2 Release (#12977)
* Prep 1.1.2 docs and remove 1.1.1

* Prep 1.1.2 release pages

* add missing links in menu.md

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2023-08-25 08:49:58 +02:00

1.1 KiB

title slug
messagingServiceMetadataPipeline /main-concepts/metadata-standard/schemas/metadataingestion/messagingservicemetadatapipeline

MessagingServiceMetadataPipeline

MessagingService Metadata Pipeline Configuration.

Properties

  • type: Pipeline type. Refer to #/definitions/messagingMetadataConfigType. Default: MessagingMetadata.
  • topicFilterPattern: Regex to only fetch topics that matches the pattern. Refer to ../type/filterPattern.json#/definitions/filterPattern.
  • generateSampleData (boolean): Option to turn on/off generating sample data during metadata extraction. Default: False.
  • markDeletedTopics (boolean): Optional configuration to soft delete topics in OpenMetadata if the source topics are deleted. Also, if the topic is deleted, all the associated entities like sample data, lineage, etc., with that topic will be deleted. Default: True.

Definitions

  • messagingMetadataConfigType (string): Messaging Source Config Metadata Pipeline type. Must be one of: ['MessagingMetadata']. Default: MessagingMetadata.

Documentation file automatically generated at 2023-07-07 05:50:35.981927.