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

### TL;DR Currently, this module doesn't require the BigQuery views to be created after the BigQuery tables. However, I am using this module to scaffold my project BigQuery setup, which...

enhancement
Stale

Hi Everyone, For the past few months, my team and I have been suffering from large permanent diffs in our `access` list when we use this module. Today I finally...

### TL;DR Hi, I have got a scenario where in i need to apply clustering on few of the tables using terraforms. enabled the clusterting parameter and passed the json...

bug

On newer versions of the provider, you must explicitly set deletion_protection=false in order to destroy an instance. google_bigquery_table resources now cannot be destroyed unless deletion_protection = false is set in...

enhancement
triaged
P2

Support https://cloud.google.com/bigquery/docs/table-access-controls#api_1

enhancement
triaged
P3

Hello, this PR adds a [description](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/bigquery_table#description) argument to big query tables. I find description quite useful, but sadly it's breaking change becacuse of the nature of terraform objects. This could...

:robot: I have created a release *beep* *boop* --- ## [5.4.2](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v5.4.1...v5.4.2) (2022-10-12) ### Bug Fixes * Workaround issue causing permanent diff in access list ([#157](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/157)) ([cfa0c8c](https://github.com/terraform-google-modules/terraform-google-bigquery/commit/cfa0c8cc37bf7a418b185fc128edaf7ce27def14)) --- This PR was...

autorelease: pending

Detailed description mentions that schema is path to schema JSON file, but in release 5.0.0 this was changed from path to JSON string.

### TL;DR BigQuery recently added search index support: https://cloud.google.com/bigquery/docs/search-index and it would be nice to have this module manage our search indices ### Terraform Resources _No response_ ### Detailed design...

enhancement
triaged
upstream
blocked

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test](https://togithub.com/GoogleCloudPlatform/cloud-foundation-toolkit) | `v0.11.1` -> `v0.13.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fcloud-foundation-toolkit%2finfra%2fblueprint-test/v0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies