Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.

ERROR - 'database' #317

@anatoly-scherbakov

Description

@anatoly-scherbakov

Describe the bug

data-diff postgresql://postgres@postgres/postgres x clickhouse://default:badoom@clickhouse:9000 y
[17:07:09] ERROR - 'database'

This error message no longer appears if we use the following form:

data-diff postgresql://postgres@postgres/postgres x clickhouse://default:badoom@clickhouse:9000/default y

We have now specified Clickhouse database name using /default.

There are two issues here:

  • Error message is not informative; it does not indicate where the command is wrong
  • The tool might substitute the default database name (which is default for Clickhouse).

Describe the environment

data-diff v0.2.8.

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