From 36c0773f6921399814984b84a83931b4231c647e Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Thu, 27 Oct 2022 08:34:37 -0700 Subject: [PATCH 1/2] We no longer need this since this upstream has fixed this bug so it is something we no longer need to host our own. --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0c4c7f42b41d..e0a1bc11ce2f 100644 --- a/build.gradle +++ b/build.gradle @@ -283,10 +283,6 @@ subprojects { subproj -> repositories { mavenCentral() - maven { - // TODO(Issue-4915): Remove this when upstream is merged in. - url 'https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/' - } maven { url 'https://jitpack.io' } From 7f7e3e883dac333728305083263135f563515c06 Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Thu, 27 Oct 2022 16:38:08 -0700 Subject: [PATCH 2/2] Format. --- airbyte-cdk/python/airbyte_cdk/models/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-cdk/python/airbyte_cdk/models/__init__.py b/airbyte-cdk/python/airbyte_cdk/models/__init__.py index f21750106913..bb6ce3e4a805 100644 --- a/airbyte-cdk/python/airbyte_cdk/models/__init__.py +++ b/airbyte-cdk/python/airbyte_cdk/models/__init__.py @@ -1,2 +1,3 @@ # generated by generate-protocol-files from .airbyte_protocol import * +from .well_known_types import *