Closed Kayrnt closed 1 month ago
Yep, that's a good point and indeed something that’s still pending. Particularly for reading public datasets, I believe this feature is quite important. However, instead of specifying it in the attach_options
, I prefer to see this in the DSN for consistency reasons, e.g.,
ATTACH 'my_bq_project.my_dataset exec_project=my_exec_project' TYPE (bigquery);
Sure I don't mind both 👍
Right now, attaching a GCP project would result in using the project resources (and rights) to execute related queries. Adding a way to attach the GCP project along an "execution project".
It can be provided this way: