IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Error: Can't load plugin: sqlalchemy.dialects:postgresql.pypostgresql [fn_scheduler]

  • 1.  Error: Can't load plugin: sqlalchemy.dialects:postgresql.pypostgresql [fn_scheduler]

    Posted Fri March 08, 2024 10:46 PM

    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
    ------------------------------



  • 2.  RE: Error: Can't load plugin: sqlalchemy.dialects:postgresql.pypostgresql [fn_scheduler]

    Posted Mon March 11, 2024 07:33 AM

    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
    ------------------------------