-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bigquery): support for tables primary and foreign keys (#8055)
Add support for creating/updating tables with primary/foreign keys on BigQuery. Rollout not fully complete, so is not gonna pass integration tests. Towards internal b/285349974
- Loading branch information
1 parent
42a59f5
commit 93d6a1a
Showing
3 changed files
with
396 additions
and
0 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
Oops, something went wrong.
why does reading TableConstraints when there are no PrimaryKey's enabled on BQ table ends in fatal error than returning empty slice of string?