Replies: 1 comment 1 reply
-
Hi @MarekMath - it is not currently possible to use sampling together with a RuntimeBatchRequest. This is because if you are using a RuntimeBatchRequest, you will be using either a dataframe or a query, and so you should be able to take care of the sampling directly with your data prior to using Great Expectations for validation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been exploring GE library last few days and found out that RuntimeBatchRequest is optimal solution for me. Can you please advise me on how to add parameter of sampling into the batch?
In another function creating batches I have seen this parameter but id doesnt fit function which I use.
Thank you for advise.
Beta Was this translation helpful? Give feedback.
All reactions