How to run checkpoint on all Batches instead of the last one #6133
Unanswered
rishabhreply
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using great expectations to run on csv files stored on S3 like this-
s3://bucket-name/folder1/sub-folder1/bonus.csv
s3://bucket-name/folder1/sub-folder2/bonus.csv
I built a checkpoint with following config-
On running this checkpoint it checks only the csv under the sub-folder2 (s3://bucket-name/folder1/sub-folder2/bonus.csv). I want the check to also run over the csv under sub-folder1. In my batch request list, I can see an ordered dict with two requests.. I went through many documentation pages but could not find the exact way of achieving this. Please help, thank you!
Beta Was this translation helpful? Give feedback.
All reactions