I have a data source connected with data tables using BigQuery connector. The data source uses service account credentials. And this data source is able to connect with table and show data fields properly.
When I try to create a copy of the same data source, I’m getting error while reconnecting the data source (even with the same GCP project and dataset as the original one).
But when I try to create a copy from any other data source which uses my personal credentials to connect with BigQuery. I’m able to create a copy of that one.
The service account and the looker service agent has all the required access as mentioned in the documentation.