From 43a1a85c763f397839d6942329eccaf4de9f5331 Mon Sep 17 00:00:00 2001 From: ypc-faros <99700024+ypc-faros@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:27:31 -0400 Subject: [PATCH] FAI-12269 Conform to new Bitbucket spec (#358) --- .../airbyte/workspace/airbyte_config/SOURCE_CONNECTION.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/resources/airbyte/workspace/airbyte_config/SOURCE_CONNECTION.yaml b/init/resources/airbyte/workspace/airbyte_config/SOURCE_CONNECTION.yaml index ac477ef..7bc8403 100644 --- a/init/resources/airbyte/workspace/airbyte_config/SOURCE_CONNECTION.yaml +++ b/init/resources/airbyte/workspace/airbyte_config/SOURCE_CONNECTION.yaml @@ -18,8 +18,8 @@ tombstone: false - name: "Bitbucket" configuration: - pagelen: 100 - serverUrl: "https://api.bitbucket.org/2.0" + page_size: 100 + api_url: "https://api.bitbucket.org/2.0" workspaces: [] cutoff_days: 90 tombstone: false