Enable Snowflake Cortex AI for Solid
What is Cortex AI?
Snowflake Cortex AI provides serverless AI functions (LLMs, sentiment analysis, semantic search) that Solid uses to understand natural language queries and generate automated insights from your data.
How to Enable
Run this single SQL command as ACCOUNTADMIN:
USE ROLE ACCOUNTADMIN;
SET solid_role_name = 'SOLID_DATA_ROLE'; -- Your Solid role name
GRANT DATABASE ROLE SNOWFLAKE.CORTEX_USER
TO ROLE identifier($solid_role_name);That's it! This grants Solid access to Snowflake's built-in AI capabilities.
Need Help? Contact your Solid support team.
Updated about 1 month ago
