codegeekjk opened a new issue #15382: URL: https://github.com/apache/superset/issues/15382
A clear and concise description of what the bug is. ### Expected results I have datasets belongs to some other GCP Project, which has been shared to our in house GCP Project, our service account has access to it. We Created a connection to our GCP Project, which was successful and on SQL Lab we are able to run the queries to datasets belongs to other GCP PROJECT. i.e select * from some_other_project.data_set.schema. But in SQL LAB i.e in Schema and Table Drop Down those datasets are not visible. How we can create a new data connection which can show us the schemas and tables belong to the other GCP PROJECT as our service account has access to it ? From the logs it try to query this : `"POST /bigquery/v2/projects/My_other_GCP Project/jobs` getting 403 None as we don't have job permission to that project My Connection : bigquery://MY_OTHER_GCP_PROJECT Provided our service account json in extra parameters. ### Actual results Able to connect to other shared GCP project using service account json which has access to the datasets. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
