Skip to main content

Choose how Atlan connects to Snowflake

Connect docs via MCP

There are three ways to connect Atlan to your Snowflake account. Use this page to quickly identify the right option for your setup before making any changes to your cloud configuration.

Before you start: Two facts you need

Before proceeding, collect the details below. Every connectivity option depends on them, and they determine which options are available to you.

FactHow to find it
Which cloud and region your Atlan tenant runs on (AWS, Azure, or GCP)Ask your Atlan admin or raise a support request - say "which cloud and region is my tenant hosted in?"
Which cloud, region, and edition your Snowflake account runs onAsk your Snowflake administrator, or run SELECT CURRENT_REGION(); in Snowflake. Private connectivity requires Business Critical edition or higher.

Compare three methods

Public + IP allowlistingPrivate LinkSelf-deployed agent
Traffic pathPublic internet, TLS-encrypted, from Atlan's fixed source IPsNever leaves the cloud provider's private networkExtraction runs inside your own network
Snowflake editionAnyBusiness Critical or higherAny
Who is involvedYou + Snowflake adminYou + Snowflake admin + your cloud/network team + Atlan supportYour infrastructure team
Available when your Atlan tenant is onAWS, Azure, or GCPAWS or Azure onlyAny
Start hereAllowlist Atlan IPsAWS guide · Azure guideSelf-deployed runtime docs
Atlan tenant hosted on GCP?

Private Link to Snowflake isn't available for GCP-hosted Atlan tenants. Google Private Service Connect is currently supported for BigQuery only. Use IP allowlisting with the static IPs published for your region - no support ticket needed.

Which one do I pick?

  • Pick public + IP allowlisting if your security policy permits TLS traffic over the internet from known IPs. It's the fastest path - GCP tenants self-serve from the Atlan Network Details page; AWS/Azure tenants get their tenant-specific IPs with one support ticket.
  • Pick Private Link if your organization prohibits any public path to Snowflake, or your Snowflake account is already locked to private connectivity. Budget for the approval handshake and involve your cloud/network team early.
  • Pick the self-deployed agent if Snowflake is reachable only from inside your network and no private link is possible (rare for Snowflake; common for on-premises sources).
You can combine methods

Many customers run Private Link and enforce an IP-based network policy in Snowflake. That works - but the policy must allowlist Atlan's private address ranges, not the public ones. This is the most common misconfiguration reported; it's covered in the private network link guides.