LogoLogo
DoubleLoop homepagePrivacy policyContact support
  • General
    • Quickstart to Impact-Oriented Strategy
    • Roles
    • Build your First Proof-of-Concept
  • Map building
    • Map objects
  • Metrics
    • How to add metric data
    • Metric types
    • Control the stats on your strategy map
      • Weighted averages
    • Google Sheets integration
    • Amazon Redshift integration
    • BigQuery integration
    • CSV file upload
    • Google Analytics integration
    • Looker Action Hub integration
    • Looker API integration
    • Amplitude integration
    • Mixpanel integration
    • MySQL
    • PostgreSQL
    • Snowflake integration
    • Dedicated outbound IPs
    • Data segmentation
    • Bulk Importing Bookmarklet
  • Work
    • Jira app
    • Event fields
    • Asana integration
  • Share
    • Access settings for maps
    • Automated Slack reports
  • AI assistants
    • Company Map Generator (AI assistant)
  • Other
    • Privacy Policy
    • Terms of Use
    • Contact support
    • Security
Powered by GitBook
On this page

Was this helpful?

  1. Metrics

Snowflake integration

Learn how to populate metrics in DoubleLoop via Snowflake.

PreviousPostgreSQLNextDedicated outbound IPs

Last updated 1 year ago

Was this helpful?

DoubleLoop allows you to populate your metrics in DoubleLoop with time-series data from Snowflake. Here's how to do it.

  1. Get your Snowflake Host, Port, Warehouse name, Database name, Schema name, Username, and Password ready, or ask your IT team for assistance in getting this information for your Snowflake instance. If your connection requires Snowflake roles, you'll need that as well. We recommend following from Snowflake on how to setup a role.

    Important: If your Snowflake instance is configured for IP based security, our outbound IP addresses are 35.160.120.126, 44.233.151.27, and 34.211.200.85.

  2. In DoubleLoop, double-click on a metric on the map.

  3. Click the "Source" tab in the right drawer.

  4. Fill in your Host with either the domain name or IP address of your Snowflake instance without the https:// or the trailing slash. You can use the bottom left menu on Snowflake to find your Host.

  5. Fill in the Port with your port, the default for Snowflake is 443.

  6. Fill in your Snowflake warehouse name, database name, schema name, username, and password.

  7. Input the query into DoubleLoop. The output of the query must contain columns named "date" and "value". We recommend that you test out the query in Snowflake before you input it into DoubleLoop.

  8. Click "Save".

If you get stuck, please reach out!

this guide