Skip to content
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 opened this issue Oct 3, 2023 · 0 comments · Fixed by #726
Closed

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

dlawin opened this issue Oct 3, 2023 · 0 comments · Fixed by #726
Assignees
Labels
bug Something isn't working triage

Comments

@dlawin
Copy link
Contributor

dlawin commented Oct 3, 2023

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

@dlawin dlawin added the bug Something isn't working label Oct 3, 2023
@dlawin dlawin self-assigned this Oct 3, 2023
@github-actions github-actions bot added the triage label Oct 3, 2023
@dlawin dlawin linked a pull request Oct 3, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant