Get
button, and then click Request
.
Note that the user needs to use the role ACCOUNTADMIN
or a role with IMPORT SHARE
and CREATE DATABASE
privileges to request the app.
SHOW PARAMETERS LIKE 'event_table' IN ACCOUNT
. If an event table is not configured, follow the steps to create an event table and associate it with your account.
Get
button.Get
in the next prompt. This warehouse is used to only install the app.ACCOUNTADMIN
privileges on the account. It can be set up
either using (a) Snowsight or (b) SQL (preferable for automation). The following describes both ways of setting up the native app.
ACCOUNTADMIN
role and a user with that role should execute it.
ACCOUNTADMIN
must have USAGE
privilege on the warehouse provided.
KUMO
.
<DEFAULT_USER_ROLE>
to the role used by the user to start and use Kumo.
KUMO_USER_ROLE
should have privileges to use the warehouse provided in the command below.START_APP
procedure above. Note that restarting the Kumo app will generate a new url to access it.
SHUTDOWN_APP
and START_APP
above.
ALL
events from the native app so that Kumo can provide any necessary operational support—this is required when using Kumo’s Snowflake native app. You can examine the logs and events shared with Kumo using the event table configured for your account. See Snowflake’s documentation for more details about event sharing.
Instructions to configure event sharing is below. Note that in both cases an event table must be configured for your Snowflake account. See Setting up an event table for details.
Data Products
-> Apps
-> Kumo
-> Events and Logs
. On the Events and Logs
tab, toggle the All events
button in the Events and logs sharing
section.
CREATE COMPUTE POOL
privilege to the Kumo native app as described above. This allows
the app to intelligently manage the required compute pools — for example, as the Kumo platform evolves, we will change the types
of compute pools used to building models in a cost-efficient manner. To control costs, usage limits can be set on the native app using Snowflake budgets.
However, if you intend to manage the compute pools yourself, the Kumo application can be started using the following commands instead of the
commands in Step 4 above depending on the underlying cloud platform where your Snowflake account is hosted.
For legacy users who use a single GPU compute pool on AWS, see instructions below.