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
  • Loading branch information
nataliefiann authored Oct 23, 2024
1 parent c449173 commit 7dce741
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ The `location` of BigQuery datasets can be set using the `location` setting in a
When a `maximum_bytes_billed` value is configured for a BigQuery profile, that allows you to limit how much data your query can process. It’s a safeguard to prevent your query from accidentally processing more data than you expect, which could lead to higher costs. Queries executed by dbt will fail if they exceed the configured maximum bytes threshhold. This configuration should be supplied as an integer number of bytes.


# If a query would bill more than a gigabyte of data, then
# BigQuery will reject the query
maximum_bytes_billed: 1000000000

Expand Down

0 comments on commit 7dce741

Please sign in to comment.