mirror of
https://github.com/dtomlinson91/street_group_tech_test
synced 2025-12-22 03:55:43 +00:00
adding debug print
This commit is contained in:
@@ -22,3 +22,9 @@ class DebugShowColumnWithValueIn(beam.DoFn):
|
|||||||
if self.value in column:
|
if self.value in column:
|
||||||
yield element
|
yield element
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
class DebugPrint(beam.DoFn):
|
||||||
|
def process(self, element):
|
||||||
|
print(element)
|
||||||
|
yield element
|
||||||
|
|||||||
Reference in New Issue
Block a user