Point a BI tool at Airbrx

  1. Sign up
  2. Claim address
  3. Connect warehouse
  4. Point a tool
  5. First rule
  6. Verify
What you'll do

Pick a tool, change one connection setting, run a query.

The whole Airbrx pitch lives in this step. Whatever your data tool was connecting to before — your Snowflake or Databricks hostname — change it to your gateway address from step 2. Same credentials, same SQL, same results. Run any query and traffic appears in the tenant's traffic page.

Pick a tool

Each recipe walks through the connection-string change for a specific tool. Pick whichever you actually use; the others wait their turn.

If you're just kicking the tires, use DBeaver

DBeaver shows the X-Airbrx-* response headers right in its session log — no App, no extra tooling. Run a query twice and you'll see the second one come back with X-Airbrx-Cache-Status: HIT. It's the fastest path to the "huh, that's actually working" moment.

What you should see

Run any query through the tool. The tenant's traffic page in the App starts populating — every query the BI tool sends shows up with its timing, cache outcome (currently all BYPASS or MISS because there are no rules yet), and identifying user.

That last detail matters: if traffic is appearing in the App, the gateway address is reachable, the warehouse adapter is working, and credentials are passing through correctly. End-to-end Gateway is live. The only thing left is to actually cache something — that's step 5.

If something goes wrong

Step 5 of 6
Ship your first cache rule
Step 3 — Connect warehouse Step 5 — First rule