Skip to content

Commit 574565a

Browse files
authored
🐙 destination-xata: run up-to-date pipeline [2024-08-31] (#45027)
1 parent 1ee7818 commit 574565a

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

airbyte-integrations/connectors/destination-xata/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: database
88
connectorType: destination
99
definitionId: 2a51c92d-0fb4-4e54-94d2-cce631f24d1f
10-
dockerImageTag: 0.1.17
10+
dockerImageTag: 0.1.18
1111
dockerRepository: airbyte/destination-xata
1212
githubIssueLabel: destination-xata
1313
icon: xata.svg

airbyte-integrations/connectors/destination-xata/poetry.lock

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

airbyte-integrations/connectors/destination-xata/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.1.17"
6+
version = "0.1.18"
77
name = "destination-xata"
88
description = "Destination implementation for Xata.io"
99
authors = [ "Philip Krauss <[email protected]> <[email protected]>",]

docs/integrations/destinations/xata.md

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ In order to connect, you need:
4040

4141
| Version | Date | Pull Request | Subject |
4242
|:--------| :--------- | :-------------------------------------------------------- | :----------------------------- |
43+
| 0.1.18 | 2024-08-31 | [45027](https://github.com/airbytehq/airbyte/pull/45027) | Update dependencies |
4344
| 0.1.17 | 2024-08-24 | [44632](https://github.com/airbytehq/airbyte/pull/44632) | Update dependencies |
4445
| 0.1.16 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
4546
| 0.1.15 | 2024-08-17 | [44269](https://github.com/airbytehq/airbyte/pull/44269) | Update dependencies |

0 commit comments

Comments
 (0)