SkipErrorFile Class
Skip error file.
Constructor
SkipErrorFile(*, file_missing: MutableMapping[str, Any] | None = None, data_inconsistency: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
file_missing
|
<xref:JSON>
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). Default value: None
|
data_inconsistency
|
<xref:JSON>
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). Default value: None
|
Variables
Name | Description |
---|---|
file_missing
|
<xref:JSON>
Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean). |
data_inconsistency
|
<xref:JSON>
Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean). |