Unified SQL execution client for Snowflake operations.
This client provides a consistent interface for both sync and async SQL execution operations with centralized error handling.
SqlExecutionClient()Execute SQL synchronously with centralized error handling.
Execute SQL asynchronously using asyncio.to_thread.
Execute Cortex functions with proper SQL escaping.
Execute Cortex functions asynchronously with proper SQL escaping.