apache/beam
View on GitHub[Feature Request]: Cache the BigQuery table definition instead of calling tables.get() from every worker
Open
#34,076 opened on Feb 26, 2025
P2good first issuenew featurepythonstale
Repository metrics
- Stars
- (7,313 stars)
- PR merge metrics
- (Avg merge 7d 20h) (227 merged PRs in 30d)
Description
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
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
- Component: Python SDK
- Component: Java SDK
- Component: Go SDK
- Component: Typescript SDK
- Component: IO connector
- Component: Beam YAML
- Component: Beam examples
- Component: Beam playground
- Component: Beam katas
- Component: Website
- Component: Infrastructure
- Component: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner