sroutweave commented on issue #28446: URL: https://github.com/apache/beam/issues/28446#issuecomment-1726970474
> > I am trying to connect cloudsql postgres db instance . And for that what should be the driver? I didn't find in the supported driver list. Can you please help in that? @johannaojeling > > There are different ways to connect to a Cloud SQL database depending on your requirements but you should be able to use one of those mentioned Postgres drivers. Please see the [Google Cloud docs](https://cloud.google.com/sql/docs/postgres/connect-overview#go) for more information and code/configuration examples. The Go snippets use the pgx driver. So when I tried with pgx & postgres driver for cloudsql postgres db instance to connect even though the tables are there it shows error as table doesn't exist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
