mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
Fix Typo and link issues (#9737)
This commit is contained in:
parent
ec61e94bb8
commit
3785ea8515
@ -39,7 +39,7 @@ In the cases where we need aggregation over the records, we can use the **stage*
|
||||
color="violet-70"
|
||||
icon="filter_alt"
|
||||
bold="Sink"
|
||||
href="/sdk/python/build-connector/source"
|
||||
href="/sdk/python/build-connector/sink"
|
||||
>
|
||||
It will get the event emitted by the source, one at a time.
|
||||
</InlineCallout>
|
||||
@ -47,14 +47,14 @@ In the cases where we need aggregation over the records, we can use the **stage*
|
||||
color="violet-70"
|
||||
icon="storage"
|
||||
bold="Stage"
|
||||
href="/sdk/python/build-connector/source"
|
||||
href="/sdk/python/build-connector/stage"
|
||||
>
|
||||
It can be used to store the records or to aggregate the work done by a processor.
|
||||
</InlineCallout>
|
||||
<InlineCallout
|
||||
color="violet-70"
|
||||
icon="filter_list"
|
||||
bold="BullSink"
|
||||
bold="BulkSink"
|
||||
href="/sdk/python/build-connector/bulk-sink"
|
||||
>
|
||||
It can be used to bulk update the records generated in a workflow.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user