You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask Possible values: ["DATA_MASKING"]`,
132
+
},
127
133
"description": {
128
134
Type: schema.TypeString,
129
135
Optional: true,
@@ -392,6 +398,12 @@ func resourceBigQueryRoutineCreate(d *schema.ResourceData, meta interface{}) err
## Example Usage - Bigquery Routine Remote Function
239
267
@@ -338,6 +366,11 @@ The following arguments are supported:
338
366
The determinism level of the JavaScript UDF if defined.
339
367
Possible values are: `DETERMINISM_LEVEL_UNSPECIFIED`, `DETERMINISTIC`, `NOT_DETERMINISTIC`.
340
368
369
+
*`data_governance_type` -
370
+
(Optional)
371
+
If set to DATA_MASKING, the function is validated and made available as a masking function. For more information, see https://cloud.google.com/bigquery/docs/user-defined-functions#custom-mask
372
+
Possible values are: `DATA_MASKING`.
373
+
341
374
*`spark_options` -
342
375
(Optional)
343
376
Optional. If language is one of "PYTHON", "JAVA", "SCALA", this field stores the options for spark stored procedure.
0 commit comments