Setting Up Snowflake Storage Integration in Mixpanel: Troubleshooting Steps
hi mixpanel team, I setup a snowflake storage integration from this guide, and go to this step
CREATE STORAGE INTEGRATION MIXPANEL_EXPORT_STORAGE_INTEGRATION
TYPE = EXTERNAL_STAGE
STORAGE_PROVIDER = 'GCS'
ENABLED = TRUE
STORAGE_ALLOWED_LOCATIONS = ("gcs://mixpanel-export-pipelines-3007944");
GRANT USAGE ON INTEGRATION MIXPANEL_EXPORT_STORAGE_INTEGRATION TO MIXPANEL_EXPORT_ROLE;
however I'm confused on how to set the password for the user as mentioned here You can fine the public key in the UI of creating Snowflake pipelines. If you already have a user, change fields and grant the role. When I go to Integrations I don't see any ability to setup a new snowflake one (as in screenshot). I'm not sure if our account doesn't have access to that data ingestion product, or it's become I'm not an admin. any idea?