I added spark.jars.packages=org.postgresql:postgresql:42.2.20
to spark.conf
That was the key part I was missing in order to get rid of the No suitable driver
errors.
Now, I need to let the ODP service access my DB. What it the IP address (range) from which the Spark job will try to reach the DB, so I can allow that address ?