Import Data component in Azure ML Designer
Hi, I am using the import component to import a csv from a personal datastore in Azure Machine Learning, this job is scheduled to run everyday, the idea is to automate the csv updates and connect to the endpoints of the different models to obtain new predictions, the problem is that the import Data does not read the updated files, so they return the same csv that it has been read the first time. But If you look in the datastore the file is updated, so the the problem is in the "import" component. As you can see the first job lasts 12 minutes, but the second job with updates only lasts 11 seconds and does not read the csv updated. How can I solve this?