How to use Kedro with Great-expectations?
I am using Kedro to create a pipeline for ETL purposes and column specific validations are being done using Great-Expectations. There is a hooks.py file listed in Kedro documentation
here. This hook is registered as per the instructions mentioned on Kedro-docs.
This is my current workflow:
Create expectations suite by following all the steps listed on the great-expectations...