Skip to content

Commit

Permalink
Update bigquery.py (#31620)
Browse files Browse the repository at this point in the history
Fixed this rendering issue
  • Loading branch information
liferoad authored Jun 17, 2024
1 parent 372ebd8 commit 3d05eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/apache_beam/io/gcp/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------------------
Expand Down

0 comments on commit 3d05eec

Please sign in to comment.