{
  "name": "aggregate-streams-etl",
  "description": "Aggregatesstreams parameter",
  "parameters": [
  {
    "name": "inputFile",
    "label": "input file",
    "help_text": "Provide the input file name or file name pattern",
    "is_optional": true
  },
  {
    "name": "outputDataset",
    "label": "BQ table",
    "help_text": "Data set where Dataflow job needs to write the records",
    "is_optional": true
  }
  ]
}
