Pablo Estrada created BEAM-7803:
-----------------------------------
Summary: BigQuery Streaming Inserts in Python perform GetTable
call too many times
Key: BEAM-7803
URL: https://issues.apache.org/jira/browse/BEAM-7803
Project: Beam
Issue Type: Improvement
Components: io-python-gcp
Reporter: Pablo Estrada
Assignee: Pablo Estrada
Create table if needed is called once per destination per bundle. We should
call it only once per destination at all. This can be done by passing the
created tables as a side input.
[https://github.com/apache/beam/blob/v2.13.0/sdks/python/apache_beam/io/gcp/bigquery.py#L804-L816]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)