Some steps may require your Google Cloud administrator to grant additional permissions. The Skio team can't directly modify your Google Cloud permissions, but we're happy to provide guidance.
Learn how to set up the BigQuery integration here.
How to access your dataset in Bigquery
Step 1: Verify your account has permission to run queries
Before you can query your Skio data, your account needs permission to launch jobs in BigQuery.
Confirm your organization's Google Cloud project is selected in the project dropdown at the top of the page.
.png?sv=2022-11-02&spr=https&st=2026-03-07T04%3A31%3A39Z&se=2026-03-07T04%3A43%3A39Z&sr=c&sp=r&sig=1RfWgk2MugYw6Kgw4SCh9Jlvu7PdPEEA3RS2c1D7kWU%3D)
Click SQL Query to open a new query tab.
Type
SELECT 1;into the editor and click RUN.

If the query runs successfully, you're all set. Continue to Step 2.
If the RUN button is grayed out and you see a message like "
You need permissions for this action. Required permission(s): bigquery.jobs.create," your account needs additional permissions. Ask your Google Cloud administrator to follow the instructions in How to grant BigQuery permissions (below).
Step 2: Access your Skio dataset
Once you have the proper permissions, you can connect to your Skio dataset.
In the Explorer panel on the left, click + Add.
Select Star a project by name.
In the text box, enter
largedata-380204and click Star.

The largedata-380204 project will now appear in the Explorer panel. Click the arrow to expand the project, then expand your dataset (named after your Skio store) to view the available tables. Click on any table to view its schema.

Step 3: Run queries against your Skio data
You can now write and execute SQL queries against your Skio data. For example:
SELECT * FROM `largedata-380204.your_dataset_name.Subscription`;Replace your_dataset_name with the actual name of your dataset (e.g., skio_dev_site).
Managing access and permissions
By default, Skio manages read access to your data. However, you can take control of access management:
Manage user access directly from the dashboard: In the lefthand menu of your Skio Dashboard, go to API & Integrations > Integrations > BigQuery and add or remove dataset viewers directly.
.png?sv=2022-11-02&spr=https&st=2026-03-07T04%3A31%3A39Z&se=2026-03-07T04%3A43%3A39Z&sr=c&sp=r&sig=1RfWgk2MugYw6Kgw4SCh9Jlvu7PdPEEA3RS2c1D7kWU%3D)
Add and remove users, groups, or service accounts that should have read access to your BigQuery dataset directly from the Skio Dashboard.
Grant access to service accounts: If you need to connect batch jobs or third-party integrations (like Snowflake), share the service account name with Skio. If you've set up a Google Group, you can add the service account directly to the group.
Access data via GCP bucket: Skio can also provide your data as files in a Google Cloud Storage bucket. This can be useful for data pipelining or specific third-party integrations. Contact Skio to set this up.
How to grant BigQuery permissions (for administrators)
If a user needs permission to run queries in BigQuery, a Google Cloud administrator can follow these steps.
Unless the project is linked to a billing account, query volume will be limited by the BigQuery free tier.
Step 1: Navigate to IAM settings
Locate the user account in the list of principals.
Click the pencil icon next to their name to edit permissions.

Step 2: Add the BigQuery Job User role
Click + Add Another Role.

Search for and select BigQuery Job User.
Click Save.

The user should now have the BigQuery Job User role listed in the permissions table.