scriptVariables

@JvmName(name = "hpxlfhthlybblegn")
suspend fun scriptVariables(value: Output<Map<String, String>>)
@JvmName(name = "mcaxydtxeqdxnjas")
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 = "nmwrfnsdovsqdibh")
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";).