Hi Eric,
Please confirm that you've specified the app.config setting db_url. Here's the commented out line you'll need to specify. Search results on this error seem to indicate an incorrectly specified url.
# db_url=postgresql://username:password@host:port/database (or) db_url=postgresql+pypostgresql://username:password@host:port/database
------------------------------
Mark Scherfling
------------------------------
Original Message:
Sent: Thu March 07, 2024 03:10 PM
From: Eric Leonard Munevar Rodriguez
Subject: Error: Can't load plugin: sqlalchemy.dialects:postgresql.pypostgresql [fn_scheduler]
When I tried to test Configuration of my app.config I obtained the error below:
Error: Can't load plugin: sqlalchemy.dialects:postgresql.pypostgresql
Could you help me how to fix this issue?, thanks.
------------------------------
Eric Leonard Munevar Rodriguez
------------------------------