https://kedro.org/ logo
#questions
Title
# questions
m

Maurits

12/19/2022, 11:24 AM
Hi all, Who is using Great Expectations with Kedro? Or alternatives to recommend for data validation within Kedro pipelines? Thanks!
kedro-great
seems outdated and generates an error for me while running
kedro great init
Copy code
ImportError: cannot import name 'BatchMarkers' from 'great_expectations.datasource.types'
r

Robert Poos

12/19/2022, 11:28 AM
@Jorge sendino can you help here?
d

Deepyaman Datta

12/19/2022, 3:04 PM
Yes,
kedro-great
was a third-party plugin and hasn't been maintained for years. There is no open source plug-in that is recommended at this time. There is an example of how to write a basic hook on https://kedro.readthedocs.io/en/stable/hooks/examples.html#add-data-validation
4 Views