Fork me on GitHub
#sql
<
2021-09-20
>
Karol Wójcik11:09:35

I'm trying to pass AWS IAM RDS token to ragtime but it fails at

Execution error (IllegalArgumentException) at clojure.java.jdbc/parse-properties-uri (jdbc.clj:161).
Vector arg to map conj must be a pair
This is my JDBC URI:
jdbc:
I've tried to use quotes around password, but these \" are invalid characters. Any tips? cc @seancorfield

Karol Wójcik11:09:36

Trying :connection-uri

Karol Wójcik16:09:14

Connection-uri worked