https://dagster.io/ logo
Title
d

Diana Stan

12/07/2021, 9:50 PM
hey, was this ever resolved? i ran into the same
AttributeError: 'DataContextConfig' object has no attribute 'validation_operators'
error today, are people pinning to older versions? we were running with everything set at 0.13.10 https://dagster.slack.com/archives/C01U954MEER/p1630077864044000?thread_ts=1630075462.041100&cid=C01U954MEER
p

prha

12/07/2021, 10:23 PM
cc @owen
o

owen

12/07/2021, 10:34 PM
hi Diana -- there is an (admittedly experimental) op factory that works for great expectations v3 that users have found some success with. It should probably show up in our API docs, but for now here's a link to the source: https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-ge/dagster_ge/factory.py#L327
d

Diana Stan

12/08/2021, 6:37 PM
@owen: we managed to get it working with the v3 op factory! thanks!
😛artydagster: 1
m

Marc Keeling

07/15/2022, 3:13 PM
@Diana Stan, Can you share a code snippet of how you got it to work?