Skip to content

Commit cefe5de

Browse files
authored
πŸ™ destination-google-sheets: run up-to-date pipeline [2025-02-01] (#52194)
1 parent 770a705 commit cefe5de

File tree

4 files changed

+30
-29
lines changed

4 files changed

+30
-29
lines changed

β€Žairbyte-integrations/connectors/destination-google-sheets/metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: destination
44
definitionId: a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a
5-
dockerImageTag: 0.2.36
5+
dockerImageTag: 0.2.37
66
dockerRepository: airbyte/destination-google-sheets
77
githubIssueLabel: destination-google-sheets
88
icon: google-sheets.svg
@@ -32,5 +32,5 @@ data:
3232
type: GSM
3333
alias: airbyte-connector-testing-secret-store
3434
connectorBuildOptions:
35-
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
35+
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
3636
metadataSpecVersion: "1.0"

β€Žairbyte-integrations/connectors/destination-google-sheets/poetry.lock

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

β€Žairbyte-integrations/connectors/destination-google-sheets/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.2.36"
6+
version = "0.2.37"
77
name = "destination-google-sheets"
88
description = "Destination implementation for Google Sheets."
99
authors = [ "Airbyte <[email protected]>",]

β€Ždocs/integrations/destinations/google-sheets.md

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ EXAMPLE:
155155

156156
| Version | Date | Pull Request | Subject |
157157
|---------| ---------- | -------------------------------------------------------- | ---------------------------------------------------------- |
158+
| 0.2.37 | 2025-02-01 | [52194](https://github.com/airbytehq/airbyte/pull/52194) | Update dependencies |
158159
| 0.2.36 | 2025-01-18 | [51748](https://github.com/airbytehq/airbyte/pull/51748) | Update dependencies |
159160
| 0.2.35 | 2025-01-11 | [51262](https://github.com/airbytehq/airbyte/pull/51262) | Update dependencies |
160161
| 0.2.34 | 2025-01-04 | [50912](https://github.com/airbytehq/airbyte/pull/50912) | Update dependencies |

0 commit comments

Comments
Β (0)