Force Recreate Storage Integrations #191
Replies: 1 comment 3 replies
-
I did some tests around it. Yes, it seems, replacing STORAGE INTEGRATION breaks associated stages silently.
I suspect, all tools are affected equally. To be honest, I am not sure how to handle this safely. If we add CLI option to replace stages, it might break associated pipes and directory tables. If we try to add special reaction on SQL error from Since this change should be a relatively rare occasion, you may try running additional commands Alternatively, you may look into ways to update STORAGE INTEGRATION objects without REPLACE, but with ALTER. It should be possible to change everything with ALTER. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using terraform to create the SnowDDL admin user/role and storage integrations and there have been cases where the integrations need to be updated for new buckets or other policy modifications. Is there a command line method to force the recreation of external stages to refresh the link?
Beta Was this translation helpful? Give feedback.
All reactions