This processor is responsible for uploading files to Azure Data Lake Storage Gen2.

File uploading and cleanup process

New file

  1. An empty file is created.
  2. Content is appended to file.
  3. In case append failure the file is deleted.
  4. In case file deletion failure the empty file remains on the server.

Existing file