I have formatted a folder with several json files in a Minio object store into a virtual dataset. I have created a view on this dataset. When I remove a file from the object store, the view gets updated - the corresponding row is no longer returned by the view.
However when I add a file, the new row is not returned by the view.
When I navigate to the folder in the Dremio source and save the format again, the new row does get returned.
Is this intentional, and if so, what is the best way to automatically update the view every time files get added?
@serra Dremio would have done an inline refresh for the delete, can you see select job profile that ran after delete, it would have 2 attempts, one for file not found and the attempt 2 would be the successful run