My application dump lot of different data to azure blob storage. But sometimes it dump last weeks data today. For example July 10th data may dump on July 20th and Azure Blob store the data based on arrival time. We have configured pipeline from blob storage to Memsql. Can somebody tell how I can query July10th data from Azure blob?
We have created pipeline in memsql to pull data from Blob storage. Could you please confirm we can fetch data for a particular date with Pipeline setup? If possible please explain how to do this?
The file contains date but a file may contains data with different date for example the file which arrived on July 3rd will contains data from July1st, july 2nd and july 3rd.