-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Getting KeyError 'table.head' repeatedly when running validator.head() using runtime spark dataframe #5478
Comments
Hey @mramakrishnan12 if you remove the line |
@mramakrishnan12 Thank you very much for reporting this issue. Much has changed since you first reported it (almost a year has passed), and right now the connecting to data API in GX has been significantly improved, making it easier than ever before to do so (using the new "Fluent Datasources" approach). Would it be possible for you to rerun your test case and let us know whether or not the error you have observed still occurs? In the later case, the full code with data for us to be able to reproduce would be greatly appreciated. Thank you -- and thank you for using Great Expectations! |
@mramakrishnan12 I am closing this issue for now. Please feel free to reopen and let us know at any time. |
Describe the bug
Continuously getting KeyError when running validator.head(5)
To Reproduce
Below is my data source
)
Expected behavior
Expected to the first few rows from the spark dataframe
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: