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

:robot: I have created a release *beep* *boop* --- ## [8.0.0](https://github.com/terraform-google-modules/terraform-google-bigquery/compare/v7.0.0...v8.0.0) (2024-06-02) ### ⚠ BREAKING CHANGES * add support to max_staleness field ([#278](https://github.com/terraform-google-modules/terraform-google-bigquery/issues/278)) ### Features * add support to max_staleness...

autorelease: pending

## Summary This change made the following attributes optional. * time_partitioning * range_partitioning * expiration_time * labels It's completely valid (and have legitimate reasons to) not to provide the attributes...

- Adding random string to workflow name - Increasing random project id string size for test projects

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-google-modules/project-factory/google](https://registry.terraform.io/modules/terraform-google-modules/project-factory/google) ([source](https://togithub.com/terraform-google-modules/terraform-google-project-factory)) | module | major | `~> 14.0` -> `~>...

dependencies

Add support for adding primary key to table via `table_constraints` in the tables stanza.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---|---| | cft/developer-tools...

dependencies

This closes https://github.com/terraform-google-modules/terraform-google-bigquery/issues/235 (which previously had a PR that was cancelled) and https://github.com/terraform-google-modules/terraform-google-bigquery/issues/333 Adds the option to specify `storage_billing_model` Also adds in validation for `storage_billing_model` Adds the option to specify...

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.4 to 1.7.5. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git Config Alteration on Git Update by @​dduzgun-security in hashicorp/go-getter#497 New Contributors @​dduzgun-security made...

dependencies

### TL;DR When applying changes to module.bq-dataset-access["user1"].google_bigquery_dataset_access.dset_access, provider "provider[\"registry.terraform.io/hashicorp/google\"]" produced an unexpected new value: Root resource was present, but now absent. This is a bug in the provider, which should...

bug