Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
FetchAzureDataLakeStorage currently returns an empty FlowFile without error when the specified path points to a directory on ADLS (instead of a file).
FetchAzureDataLakeStorage should fail in this case.
PathProperties.isDirectory() can be used to check if the retrieved entity is a directory or a file (available from azure-storage-file-datalake 12.1.x).
Attachments
Issue Links
- links to