U-SQL activity is loading partial data in ADLS using Azure Data factory
I am executing the U-SQL script using U-SQL activity inside Azure Data Factory, It is loading partial data into ADLS ( 25 GB/50 GB)
And when I execute the script using Visual Studio (U-SQL enabled), it is loading complete data (50 GB/50 GB), even If I execute the same script using ADLA (Azure Data Lake analytic a job, It is loading full data)
In the case of ADF, I have used Degree of Parallelism =50
In the case of Visual Studio or ADLA job I have used AU Hours- 50
Also, It is not extracting all the files using ADF but extracts all files while using directly in ADLA
Any reason for this behavior?
is there any limitation for U-SQL activity using ADF it not taking latest files to extract and load?