File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66 "name" : " inputTopic" ,
77 "label" : " Kafka input topic." ,
88 "helpText" : " Apache Kafka topic to read from." ,
9- "is_optional " : true ,
9+ "isOptional " : true ,
1010 "regexes" : [
1111 " [-_.a-zA-Z0-9]+"
1212 ]
2323 "name" : " bootstrapServer" ,
2424 "label" : " Kafka bootstrap server" ,
2525 "helpText" : " Apache Kafka bootstrap server in the form 'hostname:port'." ,
26- "is_optional " : true ,
26+ "isOptional " : true ,
2727 "regexes" : [
2828 " [-_.:a-zA-Z0-9]+"
2929 ]
Original file line number Diff line number Diff line change 1414 "name" : " outputTable" ,
1515 "label" : " BigQuery output table" ,
1616 "helpText" : " BigQuery table spec to write to, in the form 'project:dataset.table'." ,
17- "is_optional " : true ,
17+ "isOptional " : true ,
1818 "regexes" : [
1919 " [^:]+:[^.]+[.].+"
2020 ]
Original file line number Diff line number Diff line change 1818 {
1919 "name": "inputFile",
2020 "label": "Input GCS File Pattern",
21- "help_text : "Google Cloud Storage file pattern glob of the file(s) to read from.",
21+ "helpText : "Google Cloud Storage file pattern glob of the file(s) to read from.",
2222 "regexes": ["^gs:\/\/[^\n\r]+$"],
23- "is_optional ": true
23+ "isOptional ": true
2424 },
2525 {
2626 "name": "outputBucket",
2727 "label": "Output GCS Bucket",
28- "help_text : "Google Cloud Storage bucket to store the outputs.",
28+ "helpText : "Google Cloud Storage bucket to store the outputs.",
2929 "regexes": ["^[a-z0-9][-_.a-z0-9]+[a-z0-9]$"]
3030 },
3131 {
3232 "name": "withSubstring",
3333 "label": "With Substring",
34- "help_text : "Filter only words containing the specified substring.",
35- "is_optional ": true
34+ "helpText : "Filter only words containing the specified substring.",
35+ "isOptional ": true
3636 },
3737 ]
38- }
38+ }
You can’t perform that action at this time.
0 commit comments