⚠ BREAKING CHANGES
- The udfs submodule has been removed from the BQ submodule. You should now invoke it separately.
- Some output values were changed and/or removed entirely.
- Dataset access can now be managed via this module. By default the module now grants project owners the
bigquery.dataOwnerrole (including on existing datasets). See the migration guide for details. - The minimum Google provider version has been
updated to 3.0.
Features
- Add support for managing access (
var.access) (#48) (f2ea257) - Set types on vars and make optional ones actually optional (#49) (0367d69)
- Update google provider version to 3.0 (71d776c)