Changes between Version 1 and Version 3 of Ticket #2734


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2734

    • Property Summary NEW - wcst_import skip_by_analyze new settingNEW - wcst_import "skip": "files_that_fail_to_open" to skip files which cannot analyze by wcst_import
  • Ticket #2734 – Description

    v1 v3  
    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 `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.
     5Hence, it needs a new setting, called `files_that_fail_to_open` 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.
    66
    77In summary:
     
    99- skip: true - skips file on any error
    1010- skip: false - stop import on any error
    11 - skip: "on_file_analysis_error" - skip file only if file analysis fails
     11- skip: "files_that_fail_to_open" - skip file only if file analysis fails
     12
     13**NOTE:**  file that cannot be accessed (e.g. user doesn't have permission to read the file) to read should stop import regardless of skip value.