> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-job-entries-reference-overview/google-bigquery-loader/options-google-bigquery-loader/setup-tab.md).

# Setup tab

![Setup tab, Google BigQuery loader](/files/q724oV2jzIG7DTUEDTFH)

This tab includes the following fields:

| Field                        | Description                                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Credentials**              | Enter your Google cloud credentials in the form of a key file to access Google cloud from PDI. Alternatively, select **Use Environment Authentication** to access the system environmental variable for the credentials. See [Before you begin](/pdia-data-integration/10.2-data-integration/pdi-job-entries-reference-overview/google-bigquery-loader/before-you-begin.md) for details. |
| **Storage source URL**       | Specify the Google Cloud Storage URL of the data to import. The URL can point to a file or a folder in Google Cloud Storage. The URL must begin with `gs://` and must specify the bucket and object you want to load. You must specify the file type in the **File** tab.                                                                                                                |
| **Dataset**                  | Specify the dataset where you want to import a table. The dataset drop-down is automatically populated when you select the **Storage source URL**, but you can enter a new dataset name in the field. If the dataset does not exist it will be created at runtime.                                                                                                                       |
| **Table name**               | Specify the table name in the dataset where you want to import data.                                                                                                                                                                                                                                                                                                                     |
| **Column name**              | Specify the column name in the datatset table where you want to import data.                                                                                                                                                                                                                                                                                                             |
| **Column type**              | Specify the column type in the datatset table where you want to import data.                                                                                                                                                                                                                                                                                                             |
| **Overwrite existing table** | Select to overwrite existing data with imported data.                                                                                                                                                                                                                                                                                                                                    |


---

# 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://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-job-entries-reference-overview/google-bigquery-loader/options-google-bigquery-loader/setup-tab.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.
