ahmedabu98 commented on code in PR #32529:
URL: https://github.com/apache/beam/pull/32529#discussion_r1779202636
##########
sdks/python/apache_beam/io/gcp/bigquery.py:
##########
@@ -2523,6 +2532,7 @@ def __init__(
use_at_least_once=False,
with_auto_sharding=False,
num_storage_api_streams=0,
+ cdc_writes_with_primary_key: List[str] = None,
Review Comment:
`beam.Row` is shorthand. You can find the module at `apache_beam.pvalue.Row`
Anyway, I think we can push this callable option to another PR because I
suspect it will take a good amount of work. I suggest we drop this so that we
can merge this change soon and make it available in the upcoming release (which
will be cut this Wednesday)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]