Hi,
I am trying the same. What I am stuck is figuring out how to upload the Key and Certificate files for the JDBC driver to use when using SSL. The connection should look like:
remote_table = spark.read.format("jdbc")\
.option("driver", driver)\
...