Is there any easy way to use great expectations wi...
# questions
d
Is there any easy way to use great expectations with kedro? This is my current workflow 1. Create expectations suite by following all the steps listed on the great-expectations documentation website 2. Copy the expectation that is generated and paste the <expectation_name.json> in the data/01_raw/ folder 3. Create the
hooks.py
file for great-expectations and register the hook in the
settings.py
file 4. Execute the following command
kedro run
5. Now I was expecting this to work directly but now I am getting this error `ValueError: Unable to load datasource
files_datasource
-- no configuration found or invalid configuration.` Please use the latest develop branch for the following project to look through the issue : https://github.com/DhavalThkkar/ecom-analytics This is extremely difficult. Can someone guide me if I am doing anything wrong?