Query Passthrough
Whether or not the provider will pass the query to Amazon Athena as-is.
Data Type
bool
Default Value
false
Remarks
Whether or not the driver will pass the query to Amazon Athena as-is. These queries should use proper Athena syntax.
Amazon Athena supports a set of queries that are not specified in the regular SQL-92 standard; to execute these queries simply set QueryPassthrough to true. This will pass the query directly to Amazon Athena without parsing it internally.