When I try to update Queue from the studio, data is updating properly. How ever, after I publish the dispatcher to the orchestrator and try to run it from there, I get the same input data uploaded to the queue as when it was published, even after updating the input file with new data. Please, anyone have a solution for this?
So you didnât give the entire path of input file and you published the code
So, it is always referring the data/input/inputfile.xlsx which is inside the code
Itâs not a good pratice to give the path of the data/input/Inputfile.xlsx
Instead you need to give the entire file path, so that when ever you change the input file in the particular folder it will always take from that file