Set up the Data Connector
Select Data Connector in the ION sidebar. The first person from your organization to complete onboarding becomes an admin and can add the rest of the team.If you don’t see the Data Connector page, your organization hasn’t been onboarded yet. Contact your Customer Success Manager to enable it.
Sign in to your account
Your Data Connector account is separate from your ION login. Your ION email and password, or your SSO sign-in, won’t work here.- Username: your email address. To confirm the exact username, open Manage users on the Data Connector page.
- Password: set through the one-time link you receive when your account is created.
Password resets happen on the Data Connector page in ION, not on the warehouse sign-in page. An admin resets it under Manage users. For the steps, see Manage Data Connector users.
Connect a BI tool
BI tools and scripts connect through a BI service user, which authenticates with a key pair instead of a password. You generate the key pair yourself and share only the public half, so your private key never leaves your machine.Generate a key pair
Run these commands to create a private key (rsa_key.p8) and its matching public key (rsa_key.pub):
Create the BI service user
On the Data Connector page, select BI service users, then Add service user. Enter a Label to identify the connection, such asTableau Production, paste the contents of rsa_key.pub into Public key (PEM), and select Create service user. ION shows the generated Username, such as SVC_TABLEAU_PRODUCTION. Note it for the next step.
Creating a service user requires admin access. If you’re not an admin, ask one to create it for you.
Configure your BI tool
Open the Snowflake connector in your BI tool and choose key-pair authentication:- Username: the service user’s username.
- Private key: your
rsa_key.p8file. - Server, warehouse, database, schema, and role: read them from the Connection details card on the BI service users page.
https:// prefix, which is what the connection form expects. A value your organization doesn’t have is left out of the card.
The exact steps vary by tool:
- Power BI Snowflake connector
- Tableau Snowflake connection
- Looker Snowflake dialect
- Sigma Snowflake connection
Build your first dashboard
The fastest way to build a useful dashboard is to start with a Data Product rather than the raw tables. Data Products are pre-joined, pre-aggregated views maintained by First Resonance. A good starting point for most teams:- In your BI tool, open the Snowflake connection and browse to the schema.
- Find the computed tier, which holds the Data Products.
- Drag in the Data Product that matches your question. For a quality dashboard, start with
issue_details. For a production overview, start withfull_bom. For part availability, start withpart_quantities_by_inv_status. - Add filters for date range, team, or part as needed.
- Build your chart or table from the columns available.
The Data Connector is read-only. Build measures and calculated fields in your BI tool. You can’t create tables or write data in the warehouse.
_enriched) tables directly. See Available tables for the full catalog.