1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-gcs: run up-to-date pipeline [2025-10-21] (#68330)

Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
This commit is contained in:
octavia-bot-hoard[bot]
2025-10-21 12:32:11 -04:00
committed by GitHub
parent 7facd8a48a
commit 81fe784243
4 changed files with 603 additions and 515 deletions

View File

@@ -11,7 +11,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: 2a8c41ae-8c23-4be0-a73f-2ab10ca1a820
dockerImageTag: 0.9.1
dockerImageTag: 0.9.2
dockerRepository: airbyte/source-gcs
documentationUrl: https://docs.airbyte.com/integrations/sources/gcs
githubIssueLabel: source-gcs

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.9.1"
version = "0.9.2"
name = "source-gcs"
description = "Source implementation for Gcs."
authors = [ "Airbyte <contact@airbyte.io>",]