Manual installation
Introduction
Setup
Creating the schema
-- Set admin permissions
USE ROLE ACCOUNTADMIN;
-- Create the carto database
CREATE DATABASE CARTO;
-- Create the carto schema
CREATE SCHEMA CARTO.CARTO;
-- Grant all to sysadmin role
GRANT ALL ON SCHEMA CARTO.CARTO TO ROLE SYSADMIN;
-- Grant usage to public role
GRANT USAGE ON DATABASE CARTO TO ROLE PUBLIC;
GRANT USAGE ON SCHEMA CARTO.CARTO TO ROLE PUBLIC;
GRANT SELECT ON FUTURE TABLES IN SCHEMA CARTO.CARTO TO ROLE PUBLIC;
GRANT SELECT ON FUTURE VIEWS IN SCHEMA CARTO.CARTO TO ROLE PUBLIC;
GRANT USAGE ON FUTURE FUNCTIONS IN SCHEMA CARTO.CARTO TO ROLE PUBLIC;
GRANT USAGE ON FUTURE PROCEDURES IN SCHEMA CARTO.CARTO TO ROLE PUBLIC;AT Gateway configuration
API integration
GCP Region
AWS Region
API Gateway Name
API Gateway endpoint
API Base URL and LDS Token
Installation
Download the Analytics Toolbox package
Create the functions and procedures
Setup AT Gateway variables
Congratulations!
Last updated
Was this helpful?
