✨ Destination DuckDB: upgrade to DuckDB v1.4.2 - #70221
✨ Destination DuckDB: upgrade to DuckDB v1.4.2#70221Elena Felder (elefeint) wants to merge 7 commits into
Conversation
👋 Welcome to Airbyte!Thank you for your contribution from elefeint/airbyte! We're excited to have you in the Airbyte community. Helpful Resources
PR Slash CommandsAs needed or by request, Airbyte Maintainers can execute the following slash commands on your PR:
If you have any questions, feel free to ask in the PR comments or join our Slack community. Tips for Working with CI
|
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
|
/run-connector-tests
|
There was a problem hiding this comment.
Pull request overview
This PR upgrades the DuckDB connector to version 1.4.2 and the MotherDuck connector to DuckDB v1.4.2 with duckdb-engine v0.17.0. The upgrade also includes updating the minimum Python version from 3.8 to 3.9 for the DuckDB connector.
Key Changes:
- DuckDB library upgraded from 1.1.2/1.2.1 to 1.4.2 across both connectors
- MotherDuck's duckdb-engine dependency upgraded from 0.13.4 to 0.17.0
- Minimum Python version for destination-duckdb updated from 3.8 to 3.9
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/integrations/destinations/motherduck.md | Added changelog entry for MotherDuck v0.2.0 release |
| docs/integrations/destinations/duckdb.md | Added changelog entry for DuckDB v0.6.0 release |
| airbyte-integrations/connectors/destination-motherduck/pyproject.toml | Updated version to 0.2.0, upgraded duckdb to 1.4.2 and duckdb-engine to 0.17.0 |
| airbyte-integrations/connectors/destination-motherduck/metadata.yaml | Updated Docker image tag to 0.2.0 |
| airbyte-integrations/connectors/destination-duckdb/pyproject.toml | Updated version to 0.6.0, upgraded duckdb to 1.4.2, updated Python requirement to 3.9+, upgraded ruff to 0.7.1 |
| airbyte-integrations/connectors/destination-duckdb/metadata.yaml | Updated Docker image tag to 0.6.0 |
| airbyte-integrations/connectors/destination-duckdb/destination_duckdb/init.py | Added blank line for formatting |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment was marked as outdated.
This comment was marked as outdated.
|
/run-connector-tests
|
This comment was marked as off-topic.
This comment was marked as off-topic.
|
/run-connector-tests
|
… dates - Rewrite overview to accurately describe MotherDuck as the primary destination - Add prerequisites section with account and token requirements - Add step-by-step setup guide with FieldAnchor annotations - Document schema configuration option - Add known limitations section (case-insensitive column normalization) - Move output schema and namespace sections to top level - Remove misleading filesystem performance note - Fix changelog dates: v0.2.2 (2026-03-17), v0.2.1 (2026-01-29), v0.2.0 (2026-01-06) - Fix v0.2.0 PR link: #70221 (still open) -> #71063 (actually merged) Co-Authored-By: bot_apk <apk@cognition.ai>
What
Can this PR be safely reverted and rolled back?