Skip to content

Commit 06a0c7a

Browse files
authored
🐙 destination-databend: run up-to-date pipeline [2024-09-07] (#45237)
1 parent e514a7f commit 06a0c7a

File tree

4 files changed

+56
-55
lines changed

4 files changed

+56
-55
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: destination
44
definitionId: 302e4d8e-08d3-4098-acd4-ac67ca365b88
5-
dockerImageTag: 0.1.20
5+
dockerImageTag: 0.1.21
66
dockerRepository: airbyte/destination-databend
77
githubIssueLabel: destination-databend
88
icon: databend.svg

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

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

airbyte-integrations/connectors/destination-databend/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.20"
6+
version = "0.1.21"
77
name = "destination-databend"
88
description = "Destination implementation for Databend."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/destinations/databend.md

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ And the [Databend Cloud](https://app.databend.com/) will only support databend v
7272

7373
| Version | Date | Pull Request | Subject |
7474
| :------------------------------------------------------- | :--------------------------------------- | :-------------------------------------------------------- | :------------------------------------------------------- | ----------- |
75+
| 0.1.21 | 2024-09-07 | [45237](https://github.com/airbytehq/airbyte/pull/45237) | Update dependencies |
7576
| 0.1.20 | 2024-08-31 | [45001](https://github.com/airbytehq/airbyte/pull/45001) | Update dependencies |
7677
| 0.1.19 | 2024-08-24 | [44756](https://github.com/airbytehq/airbyte/pull/44756) | Update dependencies |
7778
| 0.1.18 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |

0 commit comments

Comments
 (0)