ValidationMode Parameter (Connect-TableauCRM Cmdlet)
The validation mode to use during schema discovery. Options are None, Basic, and Enhanced (default: Basic).
Syntax
Connect-TableauCRM -ValidationMode string
Possible Values
None, Basic, EnhancedData Type
cstr
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.