We will use FileSensor in Apache Airflow to wait for a file and start the next process. We have some big files that need some time to upload. So the obviously the next job should start when the file has been fully uploaded not partially. So wanted to check how the FileSensor operator to be succefully when 100% file upload is done not partially? Thanks for the answer.
Regards; Gopal