-
Notifications
You must be signed in to change notification settings - Fork 547
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I am following along with the Postgres -> Motherduck example and I see
Error: failed to sync v1 source postgresql: rpc error: code = Unimplemented desc = unknown service proto.Destination
Expected Behavior
Seems like some kind of serious internal Cloudquery failure?
CloudQuery (redacted) config
spec:
name: "postgresql"
path: "cloudquery/postgresql"
version: "v1.2.1"
destinations: ["motherduck"]
tables: ["*"]
spec:
connection_string: "postgresql://..."
cdc: false
---
kind: destination
spec:
name: "motherduck"
version: "v4.1.1"
path: "cloudquery/duckdb"
write_mode: "overwrite-delete-stale"
migrate_mode: "safe"
spec:
connection_string: "md"Steps To Reproduce
No response
CloudQuery (redacted) logs
Error: failed to sync v1 source postgresql: rpc error: code = Unimplemented desc = unknown service proto.Destination
CloudQuery version
cloudquery version 3.9.0
Additional Context
Neon Postgres as the source
Pull request (optional)
- I can submit a pull request
Metadata
Metadata
Assignees
Labels
No labels