Changes between Initial Version and Version 1 of Ticket #2734


Ignore:
Timestamp:
Jun 1, 2023, 11:33:29 AM (12 months ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2734 – Description

    initial v1  
    33- Skip the input file when it is not possible to import to rasdaman (this is dangerous).
    44
    5 Hence, it needs a new setting, called `skip_by_analyze` which when set to `true` and `skip`: false, then the input files which cannot be opened will be skipped, but if the files cannot import to rasdaman, then the process must stop.
     5Hence, it needs a new setting, called `on_file_analysis_error` which when set to `true` and `skip`: false, then the input files which cannot be opened will be skipped, but if the files cannot import to rasdaman, then the process must stop.
     6
     7In summary:
     8
     9- skip: true - skips file on any error
     10- skip: false - stop import on any error
     11- skip: "on_file_analysis_error" - skip file only if file analysis fails