From 9e0d8859ed4adab34e2dd1b6d44c4df7163ac56c Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Mon, 23 Sep 2024 09:47:09 -0700 Subject: [PATCH] update comment text --- airbyte/_executors/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte/_executors/util.py b/airbyte/_executors/util.py index 08be3d98..8d0412b3 100644 --- a/airbyte/_executors/util.py +++ b/airbyte/_executors/util.py @@ -38,7 +38,7 @@ def _try_get_source_manifest( ) -> dict: """Try to get a source manifest from a URL. - If the URL is not provided, we'll try the default URL in the public GCS bucket. + If the URL is not provided, we'll try the default URL in the Airbyte registry. Raises: - `PyAirbyteInputError`: If `source_name` is `None`. @@ -50,7 +50,7 @@ def _try_get_source_manifest( message="Param 'source_name' is required.", ) - # If manifest URL was provided, we'll use the default URL from the public GCS bucket. + # If manifest URL was provided, we'll use the default URL from the Airbyte registry. cleaned_version = (version or VERSION_LATEST).removeprefix("v") manifest_url = manifest_url or DEFAULT_MANIFEST_URL.format(