UpdateDeltaLakeTable can be used to update an existing DeltaLake table when a new file is added to a Hadoop directory. The URL of the added file can be set in the Data File URL property. It supports expression language and the default value is ${hadoop.file.url} i.e. expects the URL in the hadoop.file.url attribute of the incoming FlowFile.
".../folder1/year=2020/month=11/filename.extension"In this example the input file will be put to year=2020 and month=11 partitions in the delta table.