Mauricio Alvarez Leon
Mauricio Alvarez Leon
@Maarc-D i appreciate the patience! Checks seem to be good, I'll do a more thorough test before approving this.
simple field add, should be ready to merge.
@c2thorn added, the example comes from the [custom mask ](https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask) docs
weird error since its stating that `data_governance_type` doesn't exist as a type but the docs shows it as a valid entry for OPTIONS ` CREATE OR REPLACE FUNCTION SSN_Mask(ssn STRING)...
``` Error: Error creating Routine: googleapi: Error 400: Project ID, dataset ID and routine ID cannot be missing or empty in call to routines.insert, invalid with google_bigquery_routine.sproc, on terraform_plugin_test.tf line...
back to the original error
@wj-chen attempted several different functions but an unexpected keyword error would appear: ``` === CONT TestAccBigQueryRoutine_bigqueryRoutineDataGovernanceTypeExample vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1 Error: Error creating Routine:...
Hello @vikrantoct7 ! Thank you for opening this issue. It looks like you're including the name of the chart in the repository URL here: ``` repository = "oci://pocacringress.azurecr.io/helm/hello-world" ``` Try...