You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support replica materialized view in resource_bigquery_table in the beta provider (#9773) (#17020)
* 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 232a7ac431114cd405f0cec858bb0496d48fd07c.
* 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
[upstream:256f7f56789ee965c2e7582735140de383270400]
Signed-off-by: Modular Magician <[email protected]>
0 commit comments