Skip to main content

Choose how Atlan connects to Tableau

TL;DR

Compare the four ways Atlan can reach your Tableau environment - direct, direct with IP allowlisting, AWS PrivateLink, and the self-deployed agent.

Connect

There are four ways for Atlan to reach your Tableau environment. This page helps you pick the right one in about two minutes - before you touch any credentials or network settings.

Before you start: Two facts you need

Everything below depends on these two answers. Gather them first.

FactHow to find it
Is it Tableau Cloud or Tableau Server?Look at the address in your browser when you use Tableau. Ends in online.tableau.com (e.g. prod-useast-a.online.tableau.com) → Tableau Cloud. Your own company domain (e.g. tableau.example-corp.com) → Tableau Server, run by your own team.
Can that address be reached from the internet?Tableau Cloud: yes, always (though your admin may have turned on an IP allowlist that restricts who). Tableau Server: ask whoever runs it - is it public, behind a firewall/VPN, or reachable only inside your network? Their answer decides your method below.

Compare four methods

Direct (public)Direct + IP allowlistAWS PrivateLinkSelf-deployed agent
Works withTableau Cloud, or a Tableau Server that is publicly reachableTableau Cloud with IP restrictions on, or a Server behind a firewall that can open a holeTableau Server running on AWS EC2Any Tableau Server, including fully on-premises
Traffic pathPublic internet, HTTPS-encryptedPublic internet, HTTPS, but only from Atlan's fixed outbound IPsNever leaves AWS's private networkExtraction runs inside your own network; only results go to Atlan
Who is involvedYou + Tableau adminYou + Tableau admin + your network team + Atlan support (for the IPs)You + your cloud team + Atlan supportYour infrastructure team
Typical setup timeUnder an hourHours–days (one support ticket + one firewall change)2–5 business daysDays to weeks
Start hereCloud guide · Server guideAllowlist guideSpecial casesSelf-deployed runtime docs
Offline extraction is gone

The Docker-based "offline extraction" mode for on-premises Tableau was deprecated on June 30, 2026 and is no longer supported (see Set up on-premises Tableau access). If you used it, migrate to the self-deployed agent.

Which method to pick

  • Tableau Cloud, no IP restrictions → Direct. Nothing network-side to do at all; go straight to the Cloud guide.
  • Tableau Cloud with an IP allowlist turned on → Direct + allowlist. One support ticket gets you your tenant's outbound IPs; your Tableau admin adds them. See Allowlists, firewalls & WAFs.
  • Tableau Server reachable from the internet → Direct. If it sits behind a firewall or WAF, also do the allowlist step. Have an SSL certificate question ready - it's the #2 cause of failed Server connections (see the Server guide).
  • Tableau Server on AWS, not publicly reachable → AWS PrivateLink. Your cloud team builds a private "front door"; see Special cases.
  • Tableau Server on-premises, no inbound access possible → Self-deployed agent.
Whatever you pick, use a service account

Create the connection with a dedicated Tableau service account (with the Site Administrator Explorer role), never a person's own login. When that person changes their password, loses the role, or leaves the company, the connection breaks.

See also

  • How Atlan connects to Tableau: The 5-minute explainer - the two Tableau APIs, what a PAT is, and the traffic path. Read this if "Metadata API" or "certificate chain" are new terms.
  • Atlan Network Details: How to get your tenant's outbound IPs and what to ask support for - all in one ticket.
  • Connect Tableau Cloud: Four phases, each labeled with who performs it and how long it takes.
  • Connect Tableau Server: Adds the two Server-only steps: enabling the Metadata API and getting SSL certificates right.