I have a service account access to a BQ view and I want to query it and export the data to GCS or a BQ dataset in another project.
Dataflow (+create job from SQL) looks perfect for the use case but I can't work out how to set it up so the service account is used for the query. It appears Dataflow accepts using a service account but how is this done?
Thanks in advance,