ApacheSpark.Tables
Returns a table listing the tables on the specified Spark cluster.
function (server
as text,protocol
as number) as table
Returns a table listing the tables on the Spark cluster
host
using protocol
. Valid protocols are: SparkProtocol.Standard, SparkProtocol.HTTPAccessing data
Last modified 4yr ago