Hdfs.Files

Hdfs.Files is a Power Query M function that retrieves a table containing information about each file found at a specified Hadoop file system folder URL and its subfolders. The function returns a table with file properties and a link to their content.

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

Syntax

Hdfs.Files( url as text ) as table

Description

Returns a table containing a row for each file found at the folder URL, url, and subfolders from a Hadoop file system. Each row contains properties of the file and a link to its content.

Other functions related to Hdfs.Files are:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/hdfs-files
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.