ValidationMode
The validation mode to use during schema discovery. Options are None, Basic, and Enhanced (default: Basic).
Possible Values
None, Basic, Enhancedデータ型
string
デフォルト値
"Basic"
解説
- 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.