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