Unified REST API client for all Snowflake Cortex operations.
This client provides a consistent interface for both sync and async REST API operations while preserving existing fallback mechanisms.
RestApiClient()Prepare unified request parameters for any Snowflake REST API endpoint.
Make synchronous REST API request using requests library.
Make asynchronous REST API request using aiohttp library.
Make synchronous streaming REST API request using requests library.
Make asynchronous streaming REST API request using aiohttp library.