ApacheSpark.Tables

ApacheSpark.Tables is a Power Query M function that returns a table listing the tables on the specified Spark cluster.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

ApacheSpark.Tables(
   server as text,
   protocol as number,
   optional options as nullable record,
) as table

Description

Returns a table listing the tables on the Spark cluster host using protocol. Valid protocols are: SparkProtocol.Standard, SparkProtocol.HTTP

Examples

Returns a table listing the tables on the specified Spark cluster.

Spark.Tables( "http://example.com:10000/cliservice", SparkProtocol.HTTP )
BI Gorilla Blog

Last update: August 25, 2023 | Contribute » | Contributors: Rick de Groot
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.