Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing role switch in Tasty Bytes - Snowpark 101 for Data Science #1815

Open
Sygyzmundovych opened this issue Jan 5, 2025 · 1 comment
Open

Comments

@Sygyzmundovych
Copy link

Sygyzmundovych commented Jan 5, 2025

Describe the bug

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.

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 to ACCOUNTADMIN.

Expected behavior
The quick-start should mention switching the role to the ACCOUNTADMIN before importing the Notebook.

@sfc-gh-mcoolsaet

@Sygyzmundovych
Copy link
Author

As well it should not say

Click -> Products

...but

Click -> Projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant