Skip to content

Commit a7304b1

Browse files
authored
🐙 destination-databend: run up-to-date pipeline [2024-08-31] (#45001)
1 parent b82be06 commit a7304b1

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
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.19
5+
dockerImageTag: 0.1.20
66
dockerRepository: airbyte/destination-databend
77
githubIssueLabel: destination-databend
88
icon: databend.svg

airbyte-integrations/connectors/destination-databend/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-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.19"
6+
version = "0.1.20"
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.20 | 2024-08-31 | [45001](https://github.com/airbytehq/airbyte/pull/45001) | Update dependencies |
7576
| 0.1.19 | 2024-08-24 | [44756](https://github.com/airbytehq/airbyte/pull/44756) | Update dependencies |
7677
| 0.1.18 | 2024-08-22 | [44530](https://github.com/airbytehq/airbyte/pull/44530) | Update test dependencies |
7778
| 0.1.17 | 2024-08-17 | [44300](https://github.com/airbytehq/airbyte/pull/44300) | Update dependencies |

0 commit comments

Comments
 (0)