Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/beam_PreCommit_GHA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,4 @@ jobs:
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :beam-test-gha:preCommit

1 change: 1 addition & 0 deletions sdks/python/apache_beam/yaml/yaml_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ def write_to_mongodb(
batch_size: Number of documents per bulk_write to MongoDB.
"""
def row_to_dict(value):

if value is None:
return None
if hasattr(value, '_asdict'):
Expand Down
Loading