Skip to content

Commit

Permalink
update comment text
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Sep 23, 2024
1 parent 593f5c2 commit 9e0d885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte/_executors/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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(
Expand Down

0 comments on commit 9e0d885

Please sign in to comment.