the data transformation feed allows input_file_name to be used when transforming from hive. The visual query also needs to be updated to support this from a file based ingest.
, do you have an example of when you use this? How does this compare to the current input_file_name() function in Data Transformation?
basically the current input_file_name() doesn't work if the source is not hive. So for instance when the XML ingest template is used this function doesn't work as we are getting the record from elsewhere (say a file on the file system or from s3)