.webp)
Scheduler Onboarding
Welcome! Below are instructions to onboard to our scheduler agent. If you have any questions, please reach out to us at support@espresso.ai.
Snowflake Web App Users
To use our optimizations in combination with our proxy, install our Chrome extension
Snowflake Service Users
To use our proxy, configure your tools to point to us instead of directly to Snowflake.
This involves replacing <your_host>.snowflakecomputing.com with
<your_host>.espressocomputing.com in the tools you are onboarding.
Below are some examples of how to make this change for different tools.
Metabase
Python
If you have custom python code, add the host parameter to the connection initialization, e.g.
ctx = snowflake.connector.connect(
user="<username>",
host="<hostname>",
account="<account_identifier>",
authenticator="oauth",
token="<oauth_access_token>",
warehouse="test_warehouse",
database="test_db",
schema="test_schema"
)dbt
Find your Environments:

For each of your environments:

Click the settings icon:

Click edit:

Set the Snowflake host in the extended attributes (at the bottom of the page)

Click Save

Fivetran
Select Destinations

Select your Snowflake connection, then update the host

Click Save & Test in the bottom right corner
Questions?
Email us: support@espresso.ai