Azure Data Lake Storage Gen2 Connector

This node connects to Azure Data Lake Storage Gen2 (ADLS Gen2). The resulting output port allows downstream nodes to access the ADLS Gen2 data as a file system, e.g. to read or write files and folders, or to perform other file system operations (browse/list files, copy, move, ...).

This node requires the Microsoft Authenticator to perform authentication.

Path syntax: Paths for ADLS Gen2 are specified with a UNIX-like syntax, for example /mycontainer/myfolder/myfile, which is an absolute path that consists of:

  1. A leading slash (/).
  2. The name of a container (mycontainer), followed by a slash.
  3. The name of a folder (myfolder), followed by a slash.
  4. Followed by the name of a file (file.csv).

Options

Settings

Working directory
Specifies the working directory using the path syntax explained above. The working directory must be specified as an absolute path. A working directory allows downstream nodes to access files/folders using relative paths, i.e. paths that do not have a leading slash. If not specified, the default working directory is /.

Advanced

Service calls timeout
The time in seconds allowed between sending a request and receiving the response.

Input Ports

Icon
Attach the Microsoft Authenticator node to perform authentication and provide a credential.

Output Ports

Icon
Azure Data Lake Storage Gen2 File System Connection

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.