From dedcc9b7d0f766783f806e5298f9e96b8409cd8e Mon Sep 17 00:00:00 2001 From: pmbrull Date: Sat, 4 Dec 2021 14:20:52 +0000 Subject: [PATCH] GitBook: [#63] Add link in Build a Connector --- .../developer/build-a-connector/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/open-source-community/developer/build-a-connector/README.md b/docs/open-source-community/developer/build-a-connector/README.md index 4f9af09ed3a..a6e7551b601 100644 --- a/docs/open-source-community/developer/build-a-connector/README.md +++ b/docs/open-source-community/developer/build-a-connector/README.md @@ -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)