jmollowitz-EP commented on issue #23979: URL: https://github.com/apache/superset/issues/23979#issuecomment-1594896309
Was facing the same issue on GCP Cloud Run & BigQuery. Please see https://apache-superset.slack.com/archives/C015WAZL0KH/p1686930010216179?thread_ts=1686908792.979199&cid=C015WAZL0KH for details. Summary: 1. add role `roles/bigquery.resourceViewer`, otherwise there are IAM errors regarding missing `"jobservice.getqueryresults"` permissions 2. Set GCP Cloud Run `--min-instances=` to anything `> 0`, e.g. `--min-instances=1` works. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
