How can I have a checkpoint on a pandas data asset? #10364
Unanswered
Someone894
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
-
Since I want to use a SAP Hana DB as the source of my data and GX dosent support it my next best bet was to load the data into a pandas dataframe and then use GX core from there.
But currently it seems to me like the pandas dataframe source isent really ment to work in a production environment, e.g. in the documentation no checkpoint is used and I cant figure out how to do it myself either.
Something like this, obviously dosent work since the dataframe is made public to the batch, but it is not used in the suite, so there is no data present to actually do the check on.
Is it possible to use the pandas dataframe source in conjunction with with an expectation suite and checkpoint?
If so, how would you do it?
Beta Was this translation helpful? Give feedback.
All reactions