You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Snowflake quickstart "Getting Started with Cortex Analyst: Augment BI with AI" says to execute the create_snowflake_objects.sql file, but if you do you get "Syntax error: unexpected '<'. (line 9).
This is because the SQL code has a line that says grant role cortex_user_role to user ; - presumably the docs are meant to tell the user to grant that role to the user's own username. However, nothing in the docs says to do this, and there are no comments in the SQL to this effect either.
Describe the bug
The Snowflake quickstart "Getting Started with Cortex Analyst: Augment BI with AI" says to execute the create_snowflake_objects.sql file, but if you do you get "Syntax error: unexpected '<'. (line 9).
This is because the SQL code has a line that says grant role cortex_user_role to user ; - presumably the docs are meant to tell the user to grant that role to the user's own username. However, nothing in the docs says to do this, and there are no comments in the SQL to this effect either.
URL of where you see the bug
https://quickstarts.snowflake.com/guide/getting_started_with_cortex_analyst/#1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All the lines of code to execute successfully.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: