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
in Step 2 - Upload the Notebook to Snowflake
Log into your Snowflake account.
Follow the steps to upload the ipynb file.
Click -> Home Icon
Click -> Products
Click -> Notebooks
Click -> Down Arrow, Import .ipynb File
Ensure Database is FROSTBYTE_TASTY_BYTES_DEV
Change Schema to ANALYTICS
Change Warehouse to TASTY_DSCI_WH
...but the database FROSTBYTE_TASTY_BYTES_DEV is not on the list, when executing steps.
Describe the bug
...but the database
FROSTBYTE_TASTY_BYTES_DEV
is not on the list, when executing steps.URL of where you see the bug
https://quickstarts.snowflake.com/guide/tasty_bytes_snowpark_101_for_data_science/#2
To Reproduce
In https://quickstarts.snowflake.com/guide/tasty_bytes_snowpark_101_for_data_science/#1 in the code
GRANT ROLE tasty_bytes_admin TO ROLE SYSADMIN;
The required role is assigned to
SYSADMIN
, but by default, in my trial, my role is set toACCOUNTADMIN
.Expected behavior
The quick-start should mention switching the role to the
ACCOUNTADMIN
before importing the Notebook.@sfc-gh-mcoolsaet
The text was updated successfully, but these errors were encountered: