Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documentation/setup/config.malloynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Malloy exposes two parameters that let you choose how a connection participates
| `serviceAccountKey` | json | Service account key as a JSON object (alternative to file path) |
| `location` | string | Dataset location |
| `maximumBytesBilled` | string | Byte billing cap |
| `timeoutMs` | string | Query timeout in ms |
| `timeoutMs` | string | Total query timeout in ms, bounding both the BigQuery job and the results-fetch polling. Defaults to 600000 (10 min); an unset, blank, non-numeric, zero, or negative value falls back to that default. |
| `billingProjectId` | string | Billing project (if different) |
| `setupSQL` | text | Connection setup SQL ([see below](#setup-sql)) |

Expand Down