prodriguezdefino commented on code in PR #32529: URL: https://github.com/apache/beam/pull/32529#discussion_r1778289040
########## sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py: ########## @@ -245,6 +245,42 @@ def test_write_with_beam_rows(self): | StorageWriteToBigQuery(table=table_id)) hamcrest_assert(p, bq_matcher) + def test_write_with_beam_rows_cdc(self): Review Comment: Added another test that uses `WriteToBigQuery`, processing dicts and making use of the `Callable` to include the `cdc_info` data. -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org