sravantit25

Results 4 issues of sravantit25

Fix for the below issue: https://github.com/great-expectations/great_expectations_action/issues/79 Summary: great_expectations_action build docker image is failing with incompatible Node.js version

I am trying to use great_expectations_action to run a simple checkpoint. I found that the action is failing while building Docker image. The error is: Step 1/9 : FROM greatexpectations/great_expectations:python-3.7-buster-ge-0.12.0...

This PR is for a providing a new option to our framework - using OPENAI's GPT-4 for summarizing pytest results and providing recommendations to failures. This will be an optional...

In conftest.py, for the pytest_terminal_summary method, the error message in the Exception talks specifically about 'email pytest report'. ``` except Exception as e: print("Exception when trying to run test: %s"%__file__)...