- Docker.
- Snowflake account: an Enterprise Edition within a supported region: Region info.
- Set default role to another that is not ACCOUNTADMIN or SYSADMIN.
- In Snowflake UI, run commands from setup.sql. More info here.
- Save image repository URL. It should be:
<orgname>-<acctname>.snowflakecomputing.com/tutorial_db/data_schema/tutorial_repository
.
- Building from Dockerfile:
docker build --rm --platform linux/amd64 -t <repository_url>/metabase_service_image:latest .
- Authenticate Docker with the Snowflake registry:
docker login rctdbyr-fe41115.registry.snowflakecomputing.com -u <user>
- Push image:
docker push <repository_url>/<image_name>
- Execute commands from
create_access_service.sql
- Execute commands from
clean_up.sql