-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ingest/great_expectations): support in-memory (Pandas) data assets #9811
feat(ingest/great_expectations): support in-memory (Pandas) data assets #9811
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good
Can you add a test to tests/unit/test_great_expectations_action.py
?
Ok i will do it ( and also rebase with master ) . |
059e6ca
to
0c96f40
Compare
0c96f40
to
d338b46
Compare
d338b46
to
8d45e98
Compare
8d45e98
to
7ce4d85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good, just need to tighten up the testing a bit
dde0969
to
0a43794
Compare
0a43794
to
68c9976
Compare
68c9976
to
620234d
Compare
@bouaouda-achraf looks like there's a lint issue here |
620234d
to
7b4afa2
Compare
fixed @hsheth2 |
…ts (datahub-project#9811) Co-authored-by: Achraf BOUAOUDA <[email protected]>
Closes #9810
Describe the feature
Adding the ability to publish metadata related to in-memory Data Assets .
Context
Use it when the data Source is not implemented yet ( victoria metrics , ..... ) .
Expected behavior
Assertion metadata are pushed to Datahub.