Skip to content

Commit 0d5c80d

Browse files
authored
fix: broken link in docs
1 parent 21f06dd commit 0d5c80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/engines/bigquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pip install "sqlmesh[bigquery]"
145145
| Option | Description | Type | Required |
146146
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------:|:--------:|
147147
| `type` | Engine type name - must be `bigquery` | string | Y |
148-
| `method` | Connection methods - see [allowed values below](#connection-methods). Default: `oauth`. | string | N |
148+
| `method` | Connection methods - see [allowed values below](#authentication-methods). Default: `oauth`. | string | N |
149149
| `project` | The ID of the GCP project | string | N |
150150
| `location` | The location of for the datasets (can be regional or multi-regional) | string | N |
151151
| `execution_project` | The name of the GCP project to bill for the execution of the models. If not set, the project associated with the model will be used. | string | N |

0 commit comments

Comments
 (0)