From d8fc7bd94d3a50b0174e792bd4f34fcfd4e9d11c Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Mon, 19 Jul 2021 20:35:39 -0700 Subject: [PATCH] Add py destination tutorial to summary.md (#4853) --- docs/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 9aba82fe4b88..0e733ecaa2fd 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -148,6 +148,7 @@ * [Building a Connector: The Hard Way](contributing-to-airbyte/tutorials/build-a-connector-the-hard-way.md) * [Adding Incremental to a Source](contributing-to-airbyte/tutorials/adding-incremental-sync.md) * [Building a Python Source](contributing-to-airbyte/tutorials/building-a-python-source.md) + * [Building a Python Destination](contributing-to-airbyte/tutorials/building-a-python-destination.md) * [Building a Java Destination](contributing-to-airbyte/tutorials/building-a-java-destination.md) * [Code Style](contributing-to-airbyte/code-style.md) * [Gradle Cheatsheet](contributing-to-airbyte/gradle-cheatsheet.md)