Access files with the VFS browser

Perform the following steps to access your files with the VFS browser.

  1. Select File > Open in the PDI client to open the VFS browser.

    The Open dialog box appears.

    Open dialog box
  2. In the left pane, select the type of file system. The following file systems are supported:

    • Local: Opens files on your local machine. Use the folders in the Name panel of the Open dialog box to select a resource.

    • Hadoop Cluster: Opens files on any Hadoop cluster except S3. Click the Hadoop Cluster drop-down box to select your cluster, then the resource you want to access.

    • HDFS: Opens files on Hadoop distributed file systems. Select the cluster you want for the Hadoop Cluster option, then select the resource you want to access.

    • Google Drive: Opens files on the Google file system. You must configure PDI to access the Google file system. See Access to a Google Drive for more information.

    • VFS Connections: Opens files using a stored set of VFS properties to connect to a specific file system.

      • Amazon S3/Minio/HCP

      • Azure Data Lake Gen 1

      • Azure Data Lake Gen 2 / Blob

      • Google Cloud Storage

      • HCP REST

      • Local

      • SMB/UNC Provider

      • Snowflake Staging

  3. Alternatively, in the Address bar, enter the VFS URI.

    The following examples are VFS URI addresses:

    • Local: ftp://userID:[email protected]/path_to/file.txt

    • HDFS: hdfs://myusername:mypassword@mynamenode:port/path

    • SMB/UNC Provider: smb://<domain>;<username>:<password>@<server>:<port>/<path>Note: The SMB “domain” is the Windows host name, for example, and “domain” and “server” can be the same in the case of an IP address.

  4. (Optional) Select another value in the File type menu to filter on file types other than transformations and jobs, which is the default value.

  5. (Optional) Select a file or folder and click the X icon in the upper-right corner of the browser to delete it.

  6. (Optional) click the + icon to create a new folder.

Note: VFS dialog boxes are configured through specific transformation parameters. See Configure VFS options for more information.

Last updated

Was this helpful?