diff --git a/sdks/python/apache_beam/io/gcp/bigquery.py b/sdks/python/apache_beam/io/gcp/bigquery.py index 29b7b575932d..e1c509d0e490 100644 --- a/sdks/python/apache_beam/io/gcp/bigquery.py +++ b/sdks/python/apache_beam/io/gcp/bigquery.py @@ -296,13 +296,12 @@ def chain_after(result): | MyOperationAfterWriteToBQ()) Attributes can be accessed using dot notation or bracket notation: -``` + result.failed_rows <--> result['FailedRows'] result.failed_rows_with_errors <--> result['FailedRowsWithErrors'] result.destination_load_jobid_pairs <--> result['destination_load_jobid_pairs'] result.destination_file_pairs <--> result['destination_file_pairs'] result.destination_copy_jobid_pairs <--> result['destination_copy_jobid_pairs'] -``` Writing with Storage Write API using Cross Language ---------------------------------------------------