> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/integrations/destinations/setup-google-bigquery.md).

# Google BigQuery

**Step 1 -**Sign up for GCP
---------------

Go to <https://console.cloud.google.com/> and sign in with a Google Account

## **Step 2:** Get Google Credits

You will be provided with $300 credit initially and can be extended by Google on a case to case basis

## **Step 3:** Create a BigQuery Project

Create a BigQuery project on Google Console and note the project-id. Click and expand 'Select a Project' and create a new dedicated project for Daton

![Create BigQuery Project](/files/-Ltit2oDmHEqsZWG7RCs)

**Step 4:**Enable BigQuery APIs
--------------------

Enable BigQuery APIs for the project by selecting dashboard on APIs and Services menu &#x20;

![Google APIs and Services](/files/-Ltiu2dw3nslfNzX2Mbo)

![Enable BigQuery API](/files/-LtiuCYNDdu40VUIS2D9)

**Note:** Daton will only need BigQuery service from the Google Cloud Platform. Other services such as Compute Engine are not required

## **Step 5: Give Daton Permissions**

Grant&#x20;warehouse edit permissions to Daton service account from GCP ‘IAM’ tab.&#x20;

Grant **'BigQuery Job User'** and **'BigQuery Data Owner'** permissions to the '<daton-bigquery@daton-210514.iam.gserviceaccount.com>' service account &#x20;

{% hint style="info" %}
Permissions to be granted are -  **'BigQuery Job User'** and **'BigQuery Data Owner'**&#x20;
{% endhint %}

![Permissions for Daton](/files/-Ltiv1YJHLPp1wCMYU81)

![Permissions for Daton Service Account](/files/-LtivAEAHGrvoZK2oAPS)

## **Step 6: Configure BigQuery in Daton**

Note the BigQuery project-id and provide the same while integrating BigQuery data warehouse on Daton


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/destinations/setup-google-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.
