Description
Describe the bug
A clear and concise description of what the bug is.
Trying to follow lab https://quickstarts.snowflake.com/guide/medical_images_classification_using_pytorch/index.html?index=..%2F..index&_fsi=Wp5wnD8a#1
The first step is to run setup.sql
On lines 37 through 40, it tries to create a security integration but kicks an error message
URL of where you see the bug
To Reproduce
Steps to reproduce the behavior:
Run through the lab, run the setup script. Try to run the following statement:
create security integration if not exists SNOWSERVICES_INGRESS_OAUTH
type=oauth
oauth_client=snowservices_ingress
enabled=true;
When you run that, you get an error message: "Object does not exist, or operation cannot be performed."
Apparently, we might no longer need to create security integrations into SPCS as they were a PuPr requirement rather than GA requirement. So, it seems like this step might be able to be deleted from the lab? I'll proceed without it.
Expected behavior
A clear and concise description of what you expected to happen.
No error message.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.