Hi all, I’m trying to import an existing Snowflake...
# general
r
Hi all, I’m trying to import an existing Snowflake storage integration to no avail. I have tried:
Copy code
pulumi import snowflake:index/storageIntegration:StorageIntegration my_integration MY_DB.MY_SCHEMA.MY_INTEGRATION
and some permutations of that (removing db, schema, etc…). I always get:
Copy code
error: Preview failed: resource MY_DB.MY_SCHEMA.MY_INTEGRATION does not exist
Has anyone had any luck with this?