How can I unset existing storage integration or credentials in Snowflake stag
I original built one Snowflake stage by using credentials. CREATE OR REPLACE STAGE “TO_S3″.”EXTERNAL_STAGES”.AWS_STAGE URL = ‘S3://xxx’ CREDENTIALS = (AWS_ROLE = ‘arn:aws:iam::xxx’); But now I like to use storage integration to replace the credentials. So I create one storage integration and SET this integration in...