fix: integration with Apache Beam 2.32, 2.33 reported in #1231 (#1233) · gitcommit90/sentry-python@81b2c70 · GitHub
Skip to content

Commit 81b2c70

Browse files
galuszkakKamil Gałuszka
andauthored
fix: integration with Apache Beam 2.32, 2.33 reported in getsentry#1231 (getsentry#1233)
Co-authored-by: Kamil Gałuszka <galuszkak@FVFGC0XHQ05P.local>
1 parent 49cae60 commit 81b2c70

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

sentry_sdk/integrations/beam.py

Lines changed: 2 additions & 1 deletion

tests/integrations/beam/test_beam.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ def test_monkey_patch_signature(f, args, kwargs):
152152

153153

154154
class _OutputProcessor(OutputProcessor):
155-
def process_outputs(self, windowed_input_element, results):
155+
def process_outputs(
156+
self, windowed_input_element, results, watermark_estimator=None
157+
):
156158
print(windowed_input_element)
157159
try:
158160
for result in results:

tox.ini

Lines changed: 3 additions & 1 deletion

0 commit comments

Comments
 (0)