toluaina / pgsync

Postgres to Elasticsearch/OpenSearch sync
https://pgsync.com
MIT License
1.1k stars 172 forks source link

Error Message "Can't validate argument 'dialect_options'; can't locate any SQLAlchemy dialect named 'dialect'" #526

Open jvanderen1 opened 4 months ago

jvanderen1 commented 4 months ago

PGSync version

Version: 3.1.0

Postgres version

14.5

Elasticsearch/OpenSearch version

Elasticsearch 8.5.3

Redis version

7.0.15

Python version

3.11.6

Problem Description

I notice when I start pgsync, I get the following message at the beginning:

.python_venv/lib/python3.11/site-packages/pgsync/base.py:220: SAWarning: Can't validate argument 'dialect_options'; can't locate any SQLAlchemy dialect named 'dialect'

Everything seems to be running fine, but this error is concerning.

toluaina commented 3 weeks ago

Can't seem to be able to replicate this. any idea what version of SQLAlchemy was used?