Go to the source code of this file.
Namespaces | |
| namespace | root_merge_job |
Variables | |
| description | |
| input_list = list(job.input_files.keys()) | |
| output_file = list(job.output_files.keys())[0] | |
| force_overwrite = job.params.get('force', True) | |
| compression_level = job.params.get('compression', None) | |
| validate_merge = job.params.get('validate', True) | |
| merge | |