SkipErrorFile Class

Skip error file.

Inheritance
SkipErrorFile

Constructor

SkipErrorFile(*, file_missing: Optional[Any] = None, data_inconsistency: Optional[Any] = None, **kwargs)

Variables

file_missing
any

Skip if file is deleted by other client during copy. Default is true. Type: boolean (or Expression with resultType boolean).

data_inconsistency
any

Skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).