> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/getting-started/installation/1-connect-your-warehouse/bigquery.md).

# BigQuery

Follow these steps to create a dataset in Google Cloud Platform for Daasity to load data into.&#x20;

## 1. Create a new Project

<div data-full-width="false"><figure><img src="/files/SWHfUScX5kJII9KNrVPY" alt=""><figcaption></figcaption></figure></div>

## 2. Create API Services / Credentials

<div data-full-width="false"><figure><img src="/files/O6KKkXSnlg9IU0a86Gdw" alt=""><figcaption></figcaption></figure></div>

## 3. Create new service account

<div data-full-width="false"><figure><img src="/files/rfreeur8zGKxClyBjBey" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="false"><figure><img src="/files/1j1cs58EghAyJq2p4p48" alt=""><figcaption></figcaption></figure></div>

## 4. Create appropriate Service Roles

Service account **must** have **BigQuery Admin** and **Storage Admin** roles. They are necessary to grant privileges for service accounts when createing schemas/tables and loading data into them.

<figure><img src="/files/QqJpIR6ywuABy86ptTyh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lFGEAFwXo3eUkqFP4CDI" alt=""><figcaption></figcaption></figure>

## 5. Download private key JSON

This file holds the credentials for the service account you created and will be used when setting up a BigQuery warehouse on the Daasity app.

<figure><img src="/files/i87Cg6q3buLHkFKfHCi2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KP4Ek6EMT55MR4h5ur6f" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.daasity.com/getting-started/installation/1-connect-your-warehouse/bigquery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
