mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-29 09:42:23 +00:00
GitBook: [#63] Add link in Build a Connector
This commit is contained in:
parent
c92a15b3e3
commit
dedcc9b7d0
@ -22,7 +22,11 @@ Workflow execution happens in a serial fashion.
|
||||
4. Once a **processor** is finished, it sends the modified record to the **sink**.
|
||||
5. The above steps are repeated for each record emitted from the **source**.
|
||||
|
||||
In the cases where we need aggregation over the records, we can use the **stage** to write to a file or other store. Use the file written to in **stage** and pass it to **bulk sink** to publish to external services such as **openmetadata** or **elasticsearch**.
|
||||
In the cases where we need aggregation over the records, we can use the **stage** to write to a file or other store. Use the file written to in **stage** and pass it to **bulk sink** to publish to external services such as **OpenMetadata** or **Elasticsearch**.
|
||||
|
||||
{% content-ref url="setup.md" %}
|
||||
[setup.md](setup.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="setup.md" %}
|
||||
[setup.md](setup.md)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user