Skip to content

Commit f741b19

Browse files
authored
🐙 destination-duckdb: run up-to-date pipeline [2024-09-14] (#45480)
1 parent 2a97f35 commit f741b19

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
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.19
7+
dockerImageTag: 0.4.20
88
dockerRepository: airbyte/destination-duckdb
99
githubIssueLabel: destination-duckdb
1010
icon: duckdb.svg

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

+27-24
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.19"
3+
version = "0.4.20"
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.20 | 2024-09-14 | [45480](https://github.com/airbytehq/airbyte/pull/45480) | Update dependencies |
119120
| 0.4.19 | 2024-09-07 | [45288](https://github.com/airbytehq/airbyte/pull/45288) | Update dependencies |
120121
| 0.4.18 | 2024-08-31 | [44952](https://github.com/airbytehq/airbyte/pull/44952) | Update dependencies |
121122
| 0.4.17 | 2024-08-24 | [44739](https://github.com/airbytehq/airbyte/pull/44739) | Update dependencies |

0 commit comments

Comments
 (0)