Skip to content

Conversation

@disq
Copy link
Member

@disq disq commented May 17, 2024

Part of the explicit test connection support effort.


connector, err := duckdb.NewConnector(amendConnectionString(s.ConnectionString), nil)
if err != nil {
return err
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go-duckdb errors seem to be clear and not so deeply wrapped, that's why I omitted the processError(err) step here.

@disq disq marked this pull request as ready for review May 20, 2024 08:49
@disq disq requested review from a team and bbernays and removed request for a team May 20, 2024 08:49
@disq disq added the automerge Automatically merge once required checks pass label May 20, 2024
@kodiakhq kodiakhq bot merged commit 2a1e46d into main May 20, 2024
@kodiakhq kodiakhq bot deleted the feat/test-connection/duckdb branch May 20, 2024 16:23
kodiakhq bot pushed a commit that referenced this pull request May 21, 2024
🤖 I have created a release *beep* *boop*
---


## [5.8.0](plugins-destination-duckdb-v5.7.0...plugins-destination-duckdb-v5.8.0) (2024-05-21)


### Features

* Add explicit Test Connection support for DuckDB ([#17999](#17999)) ([2a1e46d](2a1e46d))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.1 ([#17965](#17965)) ([d652b81](d652b81))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.2 ([#18000](#18000)) ([5fc0f46](5fc0f46))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.43.0 ([#18014](#18014)) ([20592c8](20592c8))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.43.1 ([#18026](#18026)) ([364307c](364307c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugin/destination/duckdb automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants