From ce4df1034eb177fb41da7ed31421eefbf9b15276 Mon Sep 17 00:00:00 2001 From: Alison Kline Date: Wed, 11 Dec 2024 17:30:45 -0800 Subject: [PATCH 1/2] Update README.md Suggested text on the deploy process. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0be2a..cacca2f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can look at the following public repos to see how other partners have built You build a connector or destination using our SDK in this repo. We’ll deploy it to our platform, and customers can discover it via the Fivetran website, dashboard, and product documentation. We’ll tag it with a `partner-built` designation and explain the support process to customers. ### How do we deploy? -Right now, we are employing manual processes before getting into automation. You put your code in a public GitHub repo, we pull the code, inspect it, and build the executable binary to deploy to our platform. +Right now, we are employing manual processes before getting into automation. You put your code in a public GitHub repo, or provide a couple of our team members access to your private repo, we pull the code, inspect it, and build the executable binary to deploy to our platform. Allow up to a week for us to complete our review and deploy process. ### How do we test? We expect testing to ensure your connector or destination is working as expected, either with test data or with a customer who is eager to adopt. We provide [testers](tools/) in this repo you can use locally without connecting to Fivetran platform. We also recommend you think through typical scenarios for testing: From 2c9ff496df6f3d900891049ff458ae2dadec8994 Mon Sep 17 00:00:00 2001 From: Varun Dhall Date: Thu, 12 Dec 2024 12:12:58 +0530 Subject: [PATCH 2/2] Update README.md Co-authored-by: Alex Ilyichov --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cacca2f..1c01907 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ You can look at the following public repos to see how other partners have built You build a connector or destination using our SDK in this repo. We’ll deploy it to our platform, and customers can discover it via the Fivetran website, dashboard, and product documentation. We’ll tag it with a `partner-built` designation and explain the support process to customers. ### How do we deploy? -Right now, we are employing manual processes before getting into automation. You put your code in a public GitHub repo, or provide a couple of our team members access to your private repo, we pull the code, inspect it, and build the executable binary to deploy to our platform. Allow up to a week for us to complete our review and deploy process. +Right now, we are employing manual processes before getting into automation: +1. You put your code in a public GitHub repo or provide a couple of our team members access to your private repo. +2. We pull the code, inspect it, and build the executable binary to deploy to our platform. Allow up to a week for us to complete our review and deploy process. ### How do we test? We expect testing to ensure your connector or destination is working as expected, either with test data or with a customer who is eager to adopt. We provide [testers](tools/) in this repo you can use locally without connecting to Fivetran platform. We also recommend you think through typical scenarios for testing: