diff options
| author | 窦凤虎 <[email protected]> | 2024-09-19 10:23:32 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-09-19 10:23:32 +0000 |
| commit | c0b9acfc3adc85abbd06207259b2515edc5c4eae (patch) | |
| tree | 366ba5634e795bcd623831c5e7bda898c83777de /config/template/grootstream_job_template.yaml | |
| parent | 62e969df69b28a9f435c925669cf6dfe018aa74f (diff) | |
| parent | 3a95fef4c663c3f28c25daeb4cc19d0219fdfd48 (diff) | |
Merge branch 'release/1.6.0' into 'master'v1.6.0
[Improve][bootstrap] Improve job-level user-defined variables, move the path...
See merge request galaxy/platform/groot-stream!111
Diffstat (limited to 'config/template/grootstream_job_template.yaml')
| -rw-r--r-- | config/template/grootstream_job_template.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/template/grootstream_job_template.yaml b/config/template/grootstream_job_template.yaml index 7cf50c8..0ca2d68 100644 --- a/config/template/grootstream_job_template.yaml +++ b/config/template/grootstream_job_template.yaml @@ -151,7 +151,7 @@ preprocessing_pipelines: # [object] Define Processors for preprocessing pipeline # It will be accomplished the common processing for the event by the user-defined functions. # processing_pipelines: # [object] Define Processors for processing pipelines. - projection_processor: # [object] Define projection processor name, must be unique. + z: # [object] Define projection processor name, must be unique. type: projection # [string] Processor Type remove_fields: output_fields: |
