I'd like to set up a GA export to BigQuery. I'm following the steps as described here. In step 2.5, it states:
Add the service account to your project.
Add analytics-processing-dev@system.gserviceaccount.com as a member of the project, and ensure that permission at the project level is set to Editor (as opposed to BigQuery Data Editor). Editor permission is required in order to export data from Analytics to BigQuery.
However, I'm reluctant to provide such elevated permissions ("project editor" will allow full access to all resources in my project) on my project.
Why does the GA export need such elevated permissions in order to just talk to BigQuery, and is there a way to provide minimum permissions to the service account instead?
