Skip to content

Runtime: unified duckdb connector for motherduck and external db files #3048

Runtime: unified duckdb connector for motherduck and external db files

Runtime: unified duckdb connector for motherduck and external db files #3048

Triggered via pull request December 14, 2023 12:02
Status Failure
Total duration 4m 23s
Artifacts

go-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: runtime/drivers/duckdb/transporter_duckDB_to_duckDB.go#L100
importShadow: shadow of imported package 'sql' (gocritic)
lint: runtime/drivers/duckdb/transporter_duckDB_to_duckDB.go#L141
sloppyReassign: re-assignment to `err` can be replaced with `err := t.to.Exec(ctx, &drivers.Statement{Query: fmt.Sprintf("USE %s;", safeName(dbName))})` (gocritic)
lint
issues found