terraform-google-bigquery icon indicating copy to clipboard operation
terraform-google-bigquery copied to clipboard

Creates opinionated BigQuery datasets and tables

Results 57 terraform-google-bigquery issues
Sort by recently updated
recently updated
newest added

This PR adds `is_case_insensitive` variable as optional [is_case_insensitive](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_dataset#is_case_insensitive-1) - - (Optional) TRUE if the dataset and its table names are case-insensitive, otherwise FALSE. By default, this is FALSE, which means...

This PR adds functionality available in bigquery_table terraform resource, but missing in BigGuery module

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...

dependencies
go

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...

dependencies
go

The existing external tables functionality in the module was missing the optional `connection_id` variable which is needed to support AWS S3 external tables. I've also added the optional `metadata_cache_mode` variable...

Deprecated option as of [[email protected]](https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.3.0). Upstream PR: hashicorp/terraform-provider-google#16238 Moves `require_partition_filter` from `time_partitioning` to top level of `materialized_views`. Missed in #335