Skip to content

Commit

Permalink
Fix(destination-motherduck): use new unique destination ID (#47312)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Oct 23, 2024
1 parent 6248838 commit 079f789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ data:
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
connectorSubtype: database
connectorType: destination
definitionId: 94bd199c-2ff0-4aa2-b98e-17f0acb72610
dockerImageTag: 0.1.0
definitionId: 042ee9b5-eb98-4e99-a4e5-3f0d573bee66
dockerImageTag: 0.1.1
dockerRepository: airbyte/destination-motherduck
githubIssueLabel: destination-motherduck
icon: duckdb.svg
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "destination-motherduck"
version = "0.1.0"
version = "0.1.1"
description = "Destination implementation for MotherDuck."
authors = ["Guen Prawiroatmodjo, Simon Späti, Airbyte"]
license = "MIT"
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/destinations/motherduck.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ This connector is primarily designed to work with MotherDuck and local DuckDB fi

| Version | Date | Pull Request | Subject |
|:--------| :--------- | :-------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 0.1.0 | 2024-10-21 | [46904](https://github.com/airbytehq/airbyte/pull/46904) | New MotherDuck destination |
| 0.1.1 | 2024-10-23 | [47312](https://github.com/airbytehq/airbyte/pull/47312) | Fix: generate new unique destination ID |
| 0.1.0 | 2024-10-23 | [46904](https://github.com/airbytehq/airbyte/pull/46904) | New MotherDuck destination |

</details>

0 comments on commit 079f789

Please sign in to comment.