Skip to content

Commit 01282e8

Browse files
authored
🐙 source-google-sheets: run up-to-date pipeline [2024-08-12] (#43921)
1 parent 4f7ba58 commit 01282e8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-google-sheets/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: file
1111
connectorType: source
1212
definitionId: 71607ba1-c0ac-4799-8049-7f4b90dd50f7
13-
dockerImageTag: 0.7.2
13+
dockerImageTag: 0.7.3
1414
dockerRepository: airbyte/source-google-sheets
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/google-sheets
1616
githubIssueLabel: source-google-sheets

airbyte-integrations/connectors/source-google-sheets/poetry.lock

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

airbyte-integrations/connectors/source-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.7.2"
6+
version = "0.7.3"
77
name = "source-google-sheets"
88
description = "Source implementation for Google Sheets."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/google-sheets.md

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Airbyte batches requests to the API in order to efficiently pull data and respec
166166

167167
| Version | Date | Pull Request | Subject |
168168
|---------|------------|----------------------------------------------------------|-----------------------------------------------------------------------------------|
169+
| 0.7.3 | 2024-08-12 | [43921](https://github.com/airbytehq/airbyte/pull/43921) | Update dependencies |
169170
| 0.7.2 | 2024-08-10 | [43544](https://github.com/airbytehq/airbyte/pull/43544) | Update dependencies |
170171
| 0.7.1 | 2024-08-03 | [43290](https://github.com/airbytehq/airbyte/pull/43290) | Update dependencies |
171172
| 0.7.0 | 2024-08-02 | [*PR_NUMBER_PLACEHOLDER*](https://github.com/airbytehq/airbyte/pull/*PR_NUMBER_PLACEHOLDER*) | Migrate to CDK v4.3.0 |

0 commit comments

Comments
 (0)