What would you like to happen?
When calling BigQuery's tables.get method, today, we are retrieving FULL details (which is the default). However, this is expensive and is resulting in customers hitting Quota issues. BigQuery engineering team is open to relaxing this Quota if we retrieve using "BASIC" enum.
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/get
| table=bq.get_table( |
| table_ref.projectId, table_ref.datasetId, table_ref.tableId) |
| response=self.client.tables.Get(request) |
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
What would you like to happen?
When calling BigQuery's tables.get method, today, we are retrieving FULL details (which is the default). However, this is expensive and is resulting in customers hitting Quota issues. BigQuery engineering team is open to relaxing this Quota if we retrieve using "BASIC" enum.
https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/get
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Lines 902 to 903 in 9a1e7bf
beam/sdks/python/apache_beam/io/gcp/bigquery_tools.py
Line 565 in 9a1e7bf
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components