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
Certificate ERROR - Please call out in docs how to specify host, to make for a better user exprience.
If you are doing the Cortex Analyst Quickstart and you run into certificate errors, note that the HOST can not include any underscores ( _ ), they need to be replaced with dashes ( - ). Took me a few minutes to figure that out.
My Account Name is VA_DEMO166, In the host definition I had to reference it as VA-DEMO166
Describe the bug
Certificate ERROR - Please call out in docs how to specify host, to make for a better user exprience.
If you are doing the Cortex Analyst Quickstart and you run into certificate errors, note that the HOST can not include any underscores ( _ ), they need to be replaced with dashes ( - ). Took me a few minutes to figure that out.
My Account Name is VA_DEMO166, In the host definition I had to reference it as VA-DEMO166
Does not Work:
HOST = "SFSENORTHAMERICA-VA_DEMO166.snowflakecomputing.com"
Works:
HOST = "SFSENORTHAMERICA-VA-DEMO166.snowflakecomputing.com"
URL of where you see the bug
https://quickstarts.snowflake.com/guide/getting_started_with_cortex_analyst/index.html#6
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (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: