scriptVariables

@JvmName(name = "bugotvwocdcwvwwl")
suspend fun scriptVariables(value: Output<Map<String, String>>)
@JvmName(name = "maxsujirveovenrx")
suspend fun scriptVariables(value: Map<String, String>?)

Parameters

value

Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).


@JvmName(name = "llrtlevgnwuseefa")
fun scriptVariables(vararg values: Pair<String, String>)

Parameters

values

Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";).