%NAME% = spark.read.jdbc(f"jdbc:postgresql://{%HOST%}:{%PORT%}/{%DB_NAME%}", "table", {"user": f"{%USER%}", "password": "%PASS%"})