I've been able to create a Google service account that can access Big Query within my application, but I'm trying to limit that service account to only be able to read from a very specific dataset (among may possible datasets in the application).
I thought that this question might give me guidance, but the solution unfortunately didn't end up providing specifics:
How to create a Google BigQuery service account with access to a single dataset?
Does anyone know if it's possible to restrict a specific service account to a single dataset?