Skip to content

bug: unknown service proto.Destination #12105

@nicosuave

Description

@nicosuave

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions