> ## Documentation Index
> Fetch the complete documentation index at: https://mage-staging.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# BigQuery

## Basic config

```yaml theme={null}
connector_type: bigquery
profile: default    # profile in the io_config.yaml
config:
  table_id: table_id
  if_exists: "append"
```

## Optional fields

```yaml theme={null}
database: database  # Override the database
```
