Skip to content

Commit bbfd6d0

Browse files
authored
πŸ™ destination-google-sheets: run up-to-date pipeline [2024-08-31] (#44989)
1 parent ca647e1 commit bbfd6d0

File tree

4 files changed

+39
-33
lines changed

4 files changed

+39
-33
lines changed

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

+1-1
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.20
5+
dockerImageTag: 0.2.21
66
dockerRepository: airbyte/destination-google-sheets
77
githubIssueLabel: destination-google-sheets
88
icon: google-sheets.svg

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

+36-31
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.20"
6+
version = "0.2.21"
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.21 | 2024-08-31 | [44989](https://github.com/airbytehq/airbyte/pull/44989) | Update dependencies |
158159
| 0.2.20 | 2024-08-24 | [44736](https://github.com/airbytehq/airbyte/pull/44736) | Update dependencies |
159160
| 0.2.19 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
160161
| 0.2.18 | 2024-08-17 | [44259](https://github.com/airbytehq/airbyte/pull/44259) | Update dependencies |

0 commit comments

Comments
Β (0)