-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support replica materialized view in resource_bigquery_table in the b…
…eta provider (#9773) * support replica materialized view in resource_bigquery_table * fix typo * add unit tests * fix white spaces * fix the condition check for table_replication_info in Update * create source materialized view in unit tests using DDL instead of table API * add missing google-beta provider declarations in unit test * create source table using DDL in unit test * Revert "create source table using DDL in unit test" This reverts commit 232a7ac. * reorder input args in unit tests * remove wrong project declaration in unit tests * remove update check, make the new fields forcenew, and add default to replication_interval_ms * add ForceNew to table_replication_info
- Loading branch information
Showing
2 changed files
with
439 additions
and
49 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
Oops, something went wrong.