routine

@JvmName(name = "nlmxpcyekxripkqq")
suspend fun routine(value: Output<RoutineReferenceArgs>)
@JvmName(name = "edqwqbkgfsqiufqg")
suspend fun routine(value: RoutineReferenceArgs?)

Parameters

value

Pick one A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.


@JvmName(name = "wqubfwqbytetqiud")
suspend fun routine(argument: suspend RoutineReferenceArgsBuilder.() -> Unit)

Parameters

argument

Pick one A routine from a different dataset to grant access to. Queries executed against that routine will have read access to views/tables/routines in this dataset. Only UDF is supported for now. The role field is not required when this field is set. If that routine is updated by any user, access to the routine needs to be granted again via an update operation.