Peter Turcsanyi created NIFI-7446:
-------------------------------------
Summary: Fail when the specified path is a directory in
FetchAzureDataLakeStorage
Key: NIFI-7446
URL: https://issues.apache.org/jira/browse/NIFI-7446
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Peter Turcsanyi
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).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)