Bapi Raj Loya
Bapi Raj Loya
@jackwotherspoon is there a way connecting to the instance with IAM without using `sqlalchemy` but using just `psycopg2`? ``` # example with psycopg2.connect(url) as con: with con.cursor() as cur: cur.execute("SELECT...
@jackwotherspoon that worked, thank you! Few Questions: - The documentation below says to use `cloudsql.instances.login` IAM permission to a custom role. If we attach that to a service-account, would service-account...
Got it, thank you very much for explaining it in detail 🙌