You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling BigQuery's tables.get method, today, we are calling it from every Dataflow worker. This is resulting in customers hitting Quota issues. Please can we cache the Table definition and re-use for all workers instead of calling the method from every worker.
- Reorder methods for better readability (get_query_location before get_table)
- Use _get_temp_dataset() instead of inlining logic
- Add comprehensive test coverage for temp dataset handling
- Fix method organization as per review feedback
Part of apache#34076
What would you like to happen?
When calling BigQuery's tables.get method, today, we are calling it from every Dataflow worker. This is resulting in customers hitting Quota issues. Please can we cache the Table definition and re-use for all workers instead of calling the method from every worker.
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
The text was updated successfully, but these errors were encountered: