pub fn validate_base_query(query: &str) -> Result<String, DataProfilerError>Expand description
Validate and sanitize a basic SQL query to ensure it’s a SELECT statement
pub fn validate_base_query(query: &str) -> Result<String, DataProfilerError>Validate and sanitize a basic SQL query to ensure it’s a SELECT statement