Skip to main content

ListDBFSDirectory

Description

List file names in a DBFS directory and output a new FlowFile with the filename.

Tags

databricks, dbfs

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Databricks Client *Databricks ClientController Service:
DatabricksWorkspaceClientService

Implementations:
StandardDatabricksWorkspaceClientService
Databricks Client Service.
DBFS File Path *DBFS File PathDBFS file path e.g. /directory/file.txt

Supports Expression Language, using FlowFile attributes and Environment variables.
Recursive Directory Listing *Recursive Directory Listingtrue
  • true
  • false
Recursively list files in sub directories.
Include Directories *Include Directoriestrue
  • true
  • false
Include directories in FlowFiles produced.

Dynamic Properties

This component does not support dynamic properties.

Relationships

NameDescription
failureDatabricks failure relationship
originalThe original FlowFile is routed to this relationship when processing is successful.
successDatabricks success relationship

Reads Attributes

This processor does not read attributes.

Writes Attributes

NameDescription
absolute.pathFull path to the DBFS file or directory.
dbfs.lastModifiedTimeThe last modified time of the DBFS file, in milliseconds since epoch in UTC time.
dbfs.resourceTypeThe type of resource, 'file' or 'directory' of the DBFS resource.
dbfs.sizeThe size of the DBFS file.
error.codeThe error code for the SQL statement if an error occurred.
error.messageThe error message for the SQL statement if an error occurred.
filenameBase filename of the DBFS file or directory.
pathPath to parent directory containing the DBFS file or directory.

State Management

This component does not store state.

Restricted

This component is not restricted.

Input Requirement

Input requirements are not specified for this component.

System Resource Considerations

This component does not specify system resource considerations.

See Also