Hi, We need to read from a BigQuery view from a data provider project. I run into two issues:
1. Is it possible to use beam.io.ReadFromBigQuery with a view (not a table) 2. In order to read, the user needs bigquery.jobs.create permissions. But we want to create the job in our project, not in the vendor project (otherwise they will get charged every time we read data) Is that possible with the beam API? Thanks Mark