Skip to content

Commit

Permalink
Update website/docs/docs/cloud/connect-data-platform/connnect-bigquer…
Browse files Browse the repository at this point in the history
…y.md

Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com>
  • Loading branch information
nataliefiann and mirnawong1 authored Oct 23, 2024
1 parent a09aef0 commit c238a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ Retries in BigQuery help to ensure that jobs complete successfully by trying aga

#### Location

The `location` of BigQuery datasets can be set using the `location` setting in a BigQuery profile. As per the [BigQuery documentation](https://cloud.google.com/bigquery/docs/locations), `location` may be either a multi-regional location (e.g. `EU`, `US`), or a regional location (e.g. `us-west2`).
The `location` of BigQuery datasets can be set using the `location` setting in a BigQuery profile. As per the [BigQuery documentation](https://cloud.google.com/bigquery/docs/locations), `location` may be either a multi-regional location (for example, `EU`, `US`), or a regional location (like `us-west2`).

You can specify the `location` parameter in your `dbt_project.yml` file or in your `models'` configuration. You can set the `location` to either a multi-regional location (e.g., `US`, `EU`) or a regional location such as `us-west2`.

Check warning on line 84 in website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md

GitHub Actions / vale

[vale] website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md#L84

[custom.Typos] Oops there's a typo -- did you really mean 'e.g.'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'e.g.'? ", "location": {"path": "website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md", "range": {"start": {"line": 84, "column": 173}}}, "severity": "WARNING"}

Check warning on line 84 in website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md

GitHub Actions / vale

[vale] website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md#L84

[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.
Raw output
{"message": "[custom.LatinAbbreviations] Avoid Latin abbreviations: 'for example'. Consider using 'e.g' instead.", "location": {"path": "website/docs/docs/cloud/connect-data-platform/connnect-bigquery.md", "range": {"start": {"line": 84, "column": 173}}}, "severity": "WARNING"}

0 comments on commit c238a6d

Please sign in to comment.