Skip to content

Commit 10e18e6

Browse files
authored
🐙 destination-xata: run up-to-date pipeline [2024-08-17] (#44269)
1 parent 2c6a1cb commit 10e18e6

File tree

4 files changed

+7
-6
lines changed

4 files changed

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

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

+4-4
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.14"
6+
version = "0.1.15"
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.15 | 2024-08-17 | [44269](https://github.com/airbytehq/airbyte/pull/44269) | Update dependencies |
4344
| 0.1.14 | 2024-08-10 | [43462](https://github.com/airbytehq/airbyte/pull/43462) | Update dependencies |
4445
| 0.1.13 | 2024-08-03 | [43200](https://github.com/airbytehq/airbyte/pull/43200) | Update dependencies |
4546
| 0.1.12 | 2024-07-27 | [42657](https://github.com/airbytehq/airbyte/pull/42657) | Update dependencies |

0 commit comments

Comments
 (0)