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.
Related functions
Other functions related to Hdfs.Files are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy