Replies: 1 comment
|
Hi @staggjim, It seems we're searching for an answer on our slack for this issue with you. Here's a link for others to follow along and when we reach a conclusion we'll post it into this discussion. https://greatexpectationstalk.slack.com/archives/CUTCNHN82/p1660837115529949 Thanks, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running GE expectations, in Python, but currently I am getting errors returned from the add_checkpoint step in my code. Initially I get the below error:
Exception: Expectations for table d_pharmacy failed! expected NodeEvent, but got DocumentStartEvent()And then on subsequent runs I get the following error:
Exception: Expectations for table d_pharmacy failed! I/O operation on closed file \n {\"$type\":\"System.Exception, System.Private.CoreLib\",\"ClassName\":\"System.Exception\",\"Message\":\" Exception: Expectations for table d_pharmacy failed! I/O operation on closed file\From testing I have isolated the error to the add_checkpoint step. This is my config code, can you advise if I have anything missing or incorrect in my config that would be causing these errors?
All reactions