Skip to content

Commit

Permalink
Destination-MotherDuck: Disable PyPi publish; Add package declaration (
Browse files Browse the repository at this point in the history
…#47987)

Co-authored-by: Octavia Squidington III <[email protected]>
  • Loading branch information
aaronsteers and octavia-squidington-iii authored Oct 30, 2024
1 parent a0e204c commit 1cf8b58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 042ee9b5-eb98-4e99-a4e5-3f0d573bee66
dockerImageTag: 0.1.11
dockerImageTag: 0.1.12
dockerRepository: airbyte/destination-motherduck
githubIssueLabel: destination-motherduck
icon: duckdb.svg
Expand All @@ -20,7 +20,7 @@ data:
breakingChanges: []
remoteRegistries:
pypi:
enabled: true
enabled: false
packageName: airbyte-destination-motherduck
resourceRequirements:
jobSpecific:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[tool.poetry]
name = "airbyte-destination-motherduck"
version = "0.1.11"
version = "0.1.12"
description = "Destination implementation for MotherDuck."
authors = ["Guen Prawiroatmodjo, Simon Späti, Airbyte"]
license = "MIT"
readme = "README.md"

[[tool.poetry.packages]]
include = "destination_motherduck"

[tool.poetry.dependencies]
python = "^3.10"

Expand Down
1 change: 1 addition & 0 deletions 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.12 | 2024-10-30 | [47987](https://github.com/airbytehq/airbyte/pull/47987) | Disable PyPi publish. |
| 0.1.11 | 2024-10-30 | [47979](https://github.com/airbytehq/airbyte/pull/47979) | Rename package. |
| 0.1.10 | 2024-10-29 | [47958](https://github.com/airbytehq/airbyte/pull/47958) | Add state counts and other fixes. |
| 0.1.9 | 2024-10-29 | [47950](https://github.com/airbytehq/airbyte/pull/47950) | Fix bug: add double quotes to column names that are reserved keywords. |
Expand Down

0 comments on commit 1cf8b58

Please sign in to comment.