Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.genloop.ai/llms.txt

Use this file to discover all available pages before exploring further.

This page contains standard Snowflake connection fields. Your tech team should verify the exact values before sharing this with users.
Genloop connects to Snowflake using your account credentials or key pair authentication. You will need your Snowflake account identifier and a user with read access before starting.

Required fields

FieldDescription
Connection nameA display name to identify this connection in Genloop
Account identifierYour Snowflake account identifier, found in your Snowflake URL: account_identifier.snowflakecomputing.com
UsernameThe Snowflake user Genloop will connect as
PasswordThe password for the above user
WarehouseThe Snowflake warehouse to use for query execution

Optional fields

FieldDescription
DatabaseDefault database to use. If set, you can reference schemas and tables without prefixing the database name
SchemaDefault schema. If set, you can reference tables without prefixing the schema name
RoleSnowflake role to use. If not set, the user’s default role is used

Permissions required

The Snowflake user must have SELECT privileges on the tables you want Genloop to query, and USAGE on the relevant warehouse, database, and schema.
GRANT USAGE ON WAREHOUSE your_warehouse TO ROLE genloop_role;
GRANT USAGE ON DATABASE your_database TO ROLE genloop_role;
GRANT USAGE ON SCHEMA your_schema TO ROLE genloop_role;
GRANT SELECT ON ALL TABLES IN SCHEMA your_schema TO ROLE genloop_role;

Firewall and IP allowlist

If your Snowflake account has network policies restricting access, allowlist Genloop’s IP addresses. Talk to us to get the current IP range.

Next steps

Connect a database

Back to the full connection setup flow.

Context Hub

View and edit the memory built from your connection.