I have a glue job using psycopg2 that was previously working, and now is throwing this error: OperationalError: SCRAM authentication requires libpq version 10 or above
.
Here is the psycopg2 version and libpq version:
2.9.5 (dt dec pq3 ext)
90224
This job was previously running on glue and started failing. It appears I need to upgrade my libpq version, but I have found nothing documenting how to do this in AWS Glue. This is not a python library, but rather a c library that psycopg2 depends on.