Skip to main content

Supported data warehouses

We strongly support the following providers: Setup guides are linked directly in Runway, but they are also available here for reference.

Which integration to choose

Whenever possible, install the data warehouse which does not have (Fivetran) in the name. You want to choose the one under the Data Warehouse section. images/integrations/data-storage/data-warehouse-selection.png The only exceptions to this rule are:
  1. You wish to join your data warehouse data to Fivetran data directly in SQL.
  2. You have multiple of the same data warehouses you need to connect (2+ Snowflake or 2+ Big Query data warehouses).

How Runway connects to your data warehouse

Runway has an in-app SQL editor that allows us to query your data warehouse directly. To set up the connection:
  1. Create a user for Runway in your data warehouse.
  2. Add our provider’s IP addresses to your allowlist (found here).
Runway leverages the US data center.

Data warehouses FAQs

See our help doc.
We also support SQL databases (via Fivetran) for:
  • PostgreSQL
  • MySQL
  • SQL Server (including Azure, Google, and AWS-hosted instances)
Yes, each query must return fewer than 50,000 rows.
If your dataset exceeds 50,000 rows, consider the following solutions:
  • Aggregate data in SQL → Use SUM, GROUP BY, or similar functions to reduce the row count.
  • Limit the data scope → Restrict queries by time range or other relevant filters.
  • Split large datasets → Break data into multiple queries or databases (e.g., by product line or geography).
Yes, please see here. We are currently only leveraging US data centers.