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.

'PostgreSQL' object has no attribute '_conn' #727

Closed
@dlawin

Description

@dlawin

Describe the bug
An exception occurs when using data-diff with Postgres

data_diff/__main__.py", line 485, in _data_diff
    if db1 == db2:
       ^^^^^^^^^^
  File "<attrs generated eq data_diff.databases.postgresql.PostgreSQL>", line 13, in __eq__
AttributeError: 'PostgreSQL' object has no attribute '_conn'

Describe the environment

data-diff 0.9.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions