Skip to content

Commit 5da10ff

Browse files
authored
🐙 destination-duckdb: run up-to-date pipeline [2024-08-17] (#44215)
1 parent e496766 commit 5da10ff

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:
44
connectorSubtype: database
55
connectorType: destination
66
definitionId: 94bd199c-2ff0-4aa2-b98e-17f0acb72610
7-
dockerImageTag: 0.4.14
7+
dockerImageTag: 0.4.15
88
dockerRepository: airbyte/destination-duckdb
99
githubIssueLabel: destination-duckdb
1010
icon: duckdb.svg

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

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

airbyte-integrations/connectors/destination-duckdb/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "destination-duckdb"
3-
version = "0.4.14"
3+
version = "0.4.15"
44
description = "Destination implementation for Duckdb."
55
authors = ["Simon Späti, Airbyte"]
66
license = "MIT"

docs/integrations/destinations/duckdb.md

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ This error may indicate that you are connecting with a `0.10.x` DuckDB client (a
116116

117117
| Version | Date | Pull Request | Subject |
118118
| :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
119+
| 0.4.15 | 2024-08-17 | [44215](https://github.com/airbytehq/airbyte/pull/44215) | Update dependencies |
119120
| 0.4.14 | 2024-08-12 | [43755](https://github.com/airbytehq/airbyte/pull/43755) | Update dependencies |
120121
| 0.4.13 | 2024-08-10 | [43536](https://github.com/airbytehq/airbyte/pull/43536) | Update dependencies |
121122
| 0.4.12 | 2024-08-03 | [43151](https://github.com/airbytehq/airbyte/pull/43151) | Update dependencies |

0 commit comments

Comments
 (0)