sdk

No menu items for this category

Sink

The Sink will get the event emitted by the source, one at a time. It can use this record to make external service calls to store or index etc.For OpenMetadata we have MetadataRestTablesSink.

_run this method is called for each record coming down in the workflow chain and can be used to store the record in external services etc.

Example implementation