Impala.Database is a Power Query M function that imports data from an Impala cluster on a specified server. It defaults to port 21050 if no port is specified.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Impala.Database(
server as text,
optional options as nullable record,
) as table
Description
Import data from an Impala cluster server
. If a port wasn’t specified, the default port 21050 will be used.
Examples
List the tables in an Impala cluster.
Impala.Database( "localhost:21050" )
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy