Skip to content

Commit 158d4ed

Browse files
authored
🐙 source-gcs: run up-to-date pipeline [2024-08-31] (#45010)
1 parent 95d7c2a commit 158d4ed

File tree

4 files changed

+77
-69
lines changed

4 files changed

+77
-69
lines changed

airbyte-integrations/connectors/source-gcs/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: file
88
connectorType: source
99
definitionId: 2a8c41ae-8c23-4be0-a73f-2ab10ca1a820
10-
dockerImageTag: 0.6.4
10+
dockerImageTag: 0.6.5
1111
dockerRepository: airbyte/source-gcs
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/gcs
1313
githubIssueLabel: source-gcs

airbyte-integrations/connectors/source-gcs/poetry.lock

+44-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-gcs/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.6.4"
6+
version = "0.6.5"
77
name = "source-gcs"
88
description = "Source implementation for Gcs."
99
authors = [ "Airbyte <[email protected]>",]

0 commit comments

Comments
 (0)