You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open dal operator list method with start_after arugment works fine with s3 but not with local file system. It always list all the files from the path. Eg. code given below.
files has all entire list of files from the path in case of local file system. In case of s3, it only gives the new file.
Please help me resolve this issue
Steps to Reproduce
Explained in the bug details
Expected Behavior
The method should list only the new files in the path.