Skip to content

Commit 4db089b

Browse files
authored
🐙 destination-xata: run up-to-date pipeline [2024-09-07] (#45213)
1 parent 790e516 commit 4db089b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.18
10+
dockerImageTag: 0.1.19
1111
dockerRepository: airbyte/destination-xata
1212
githubIssueLabel: destination-xata
1313
icon: xata.svg

airbyte-integrations/connectors/destination-xata/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/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.18"
6+
version = "0.1.19"
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.19 | 2024-09-07 | [45213](https://github.com/airbytehq/airbyte/pull/45213) | Update dependencies |
4344
| 0.1.18 | 2024-08-31 | [45027](https://github.com/airbytehq/airbyte/pull/45027) | Update dependencies |
4445
| 0.1.17 | 2024-08-24 | [44632](https://github.com/airbytehq/airbyte/pull/44632) | Update dependencies |
4546
| 0.1.16 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)