Skip to content

Commit

Permalink
Return errors for insert_rows_json exceptions (apache#21080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdub508 committed Sep 19, 2023
1 parent 08a9767 commit 2589f22
Show file tree
Hide file tree
Showing 4 changed files with 681 additions and 246 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
## Bugfixes

* Fixed exception chaining issue in GCS connector (Python) ([#26769](https://github.com/apache/beam/issues/26769#issuecomment-1700422615)).
* Fixed streaming inserts exception handling, GoogleAPICallErrors are now retried according to retry strategy and routed to failed rows where appropriate rather than causing a pipeline error (Python) ([#21080](https://github.com/apache/beam/issues/21080)).


## Security Fixes
Expand Down

0 comments on commit 2589f22

Please sign in to comment.