Skip to content

Commit

Permalink
🐙 destination-google-sheets: run up-to-date pipeline [2025-02-01] (#5…
Browse files Browse the repository at this point in the history
  • Loading branch information
airbyteio authored Feb 1, 2025
1 parent 770a705 commit cefe5de
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: destination
definitionId: a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a
dockerImageTag: 0.2.36
dockerImageTag: 0.2.37
dockerRepository: airbyte/destination-google-sheets
githubIssueLabel: destination-google-sheets
icon: google-sheets.svg
Expand Down Expand Up @@ -32,5 +32,5 @@ data:
type: GSM
alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
baseImage: docker.io/airbyte/python-connector-base:3.0.2@sha256:73697fbe1c0e2ebb8ed58e2268484bb4bfb2cb56b653808e1680cbc50bafef75
metadataSpecVersion: "1.0"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.2.36"
version = "0.2.37"
name = "destination-google-sheets"
description = "Destination implementation for Google Sheets."
authors = [ "Airbyte <[email protected]>",]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/google-sheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ EXAMPLE:

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

0 comments on commit cefe5de

Please sign in to comment.