You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Describe the bug
An exception occurs when using data-diff with Postgres
Describe the environment
data-diff 0.9.0
The text was updated successfully, but these errors were encountered: