-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint all the things
- Loading branch information
Showing
10 changed files
with
708 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Big Query | ||
|
||
See the official [Google Big Query Documentation](https://cloud.google.com/bigquery/docs) for more details. | ||
|
||
The provided database URL must be in the following format: | ||
|
||
`bigquery://{projectId}/{datasetId}?param=true` | ||
|
||
where | ||
|
||
- `projectId` is to be replaced with the name of the Google Cloud Platform (GCP) project Id where the Big Query instance has been created. | ||
- `datasetId` is to be replaced with the name of the dataset where migrations will be executed. | ||
|
||
| Param | WithInstance Config | Description | | ||
| ------------------------ | ------------------- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| `x-migrations-table` | `MigrationsTable` | Name of the migrations table | | ||
| `x-stmt-timeout` | `StmtTimeout` | Duration after which queries are automatically terminated | | ||
| `x-gcp-credentials-file` | | Location of a credential JSON file to use for authenticating the Big Query client | | ||
| `x-insecure` | | When true it specifies that no authentication should be used. To be used for testing purposes only | | ||
| `x-endpoint` | | Overrides the default endpoint to be used by the client when connecting to the database. To be used for testing purposes only | |
Oops, something went wrong.