Closed saikrishnab27 closed 4 months ago
@raniksingh
This may be a JDBC URL encoding problem in Spark's JDBC setup code. Different application frameworks handle JDBC property values differently. Some escape them before writing a URL, others do not.
Please try manually URL encoding to the user
property: replace the @
with a %40
.
Please reopen this if needed.
Bug Description
Not able to connect to CloudSQL postgres instance using IAM based authentication
Example code (or command)
Stacktrace
Steps to reproduce?
Environment
Additional Details
No response