Hello @everett_smith
I was able to figure out a couple of things from my end and would love the Retool team to add this to their official documentation.
- Service account to be used for integrations must be created in the project where the cloud resource resides (e.g
project_datalake). - Permissions for the service account must be granted on the project level and not the resource level (e.g
roles/bigquery.dataViewerandroles/bigquery.usershould be granted toproject_datalakeand not the dataset containing tables of concern).
Best regards!