TobikoData / sqlmesh

Efficient data transformation and modeling framework that is backwards compatible with dbt.
https://sqlmesh.com
Apache License 2.0
1.65k stars 147 forks source link

feat: add support for GCP postgres instance authentication using IAM with service account keyfile/keyfile json #3162

Closed liaco closed 6 days ago

liaco commented 6 days ago

GCP Cloud SQL client libraries supports passing credentials built from service accounts keyfiles or json https://github.com/GoogleCloudPlatform/cloud-sql-python-connector?tab=readme-ov-file#configuring-the-connector

CLAassistant commented 6 days ago

CLA assistant check
All committers have signed the CLA.

georgesittas commented 6 days ago

Hi @liaco, thanks for the PR. Can you please run make style to fix the CI issues?