Skip to content

Releases: terraform-google-modules/terraform-google-bigquery

v5.4.0

18 Mar 22:40
bf6d25b
Compare
Choose a tag to compare

5.4.0 (2022-03-18)

Features

  • Add submodule for creating scheduled queries (#140) (b961094)
  • add support for authorized datasets in authorization submodule (#142) (b93ba86)
  • Add support for materialized_views (#139) (e663c25)

terraform-google-bigquery v5.3.0

23 Dec 19:35
cf906a5
Compare
Choose a tag to compare

Features

  • update TPG version constraints to allow 4.0 (#133) (3795b11)

terraform-google-bigquery v5.2.0

23 Jun 19:26
840ef4f
Compare
Choose a tag to compare

Features

  • Add support for creating BigQuery routines (#124) (0d11437)

Bug Fixes

  • Loosen version constraint on Google provider (#128) (cb6aaa4)

terraform-google-bigquery v5.1.0

10 May 01:03
ef1b05e
Compare
Choose a tag to compare

Features

  • add feature deletion_protection in bigquery table (#114) (f56f444)

Bug Fixes

  • Add missing equals sign (#116) (b1f8423)
  • Prevent forcing table recreation after dataset table list modification with enabled encryption (#121) (06cc7e0)

terraform-google-bigquery v5.0.0

17 Mar 15:51
2d8999e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Add Terraform 0.13 constraint and module attribution (#112)
  • Schema should now be passed as a JSON string instead of a file path (#111)
  • Table configuration must now specify range_partitioning = null to preserve old defaults.

Features

  • Add range partitioning support (#109) (66311eb)
  • Add Terraform 0.13 constraint and module attribution (#112) (7cd92fe)
  • Schema should now be passed as a JSON string instead of a file path (#111) (7180061)

terraform-google-bigquery v4.5.0

01 Mar 23:33
c4fc1bc
Compare
Choose a tag to compare

Features

terraform-google-bigquery v4.4.0

11 Jan 21:03
42e7a50
Compare
Choose a tag to compare

Features

Bug Fixes

terraform-google-bigquery v4.3.0

27 Jul 22:13
ebe17b8
Compare
Choose a tag to compare

Features

  • Add var.delete_contents_on_destroy to enable deleting non-empty datasets (#78) (4bd5f82)

Bug Fixes

  • Allow running module on terraform 0.13.0-rc1 (#85) (43fa15b)

terraform-google-bigquery v4.2.1

29 May 18:07
2ca50d3
Compare
Choose a tag to compare

Bug Fixes

  • Enable granting access for duplicate roles on auth module (#74) (ade8d3f)
  • Use fully scoped keys for views in Terraform (#72) (c80e1a4)

terraform-google-bigquery v4.2.0

13 May 11:33
0687d36
Compare
Choose a tag to compare

Features

  • Add view support to bigquery module (#64) (18bfdd6)