ValidationMode
The validation mode to use during schema discovery. Options are None, Basic, and Enhanced (default: Basic).
Possible Values
None, Basic, EnhancedData Type
string
Default Value
"Basic"
Remarks
- None: No checks will be performed when pushing tables and views.
- Basic: Each view will be checked to ensure its query is properly configured.
- Enhanced: Each pushed view will also be checked for the presence of records.