We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba3aa5 commit 4f424e5Copy full SHA for 4f424e5
1 file changed
Utils/Dataflow/data4es/batch_stage/stage.py
@@ -61,6 +61,7 @@ def main(args):
61
stage = ProcessorStage()
62
stage.set_input_message_type(messageType.JSON)
63
stage.set_output_message_type(messageType.JSON)
64
+ stage.set_default_arguments(bnc='')
65
66
stage.process = process
67
0 commit comments