Describe the bug
Hi,
I made a fresh install of latest ge version (0.13.8) and followed the getting started example. After I run the scaffold command and run the jupyter notebook, the last cell "Save & review the scaffolded Expectation Suite" throws an error at results = context.run_validation_operator("action_list_operator", assets_to_validate=[batch])
Error message:
DataContextError: No validation operatoraction_list_operatorwas found in your project. Please verify this in your great_expectations.yml
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/superconductive/ge_tutorials and start postgres containergreat_expectations init following the steps at the tutorial docsscaffold command great_expectations suite scaffold taxi.demo and execute notebook cellsEnvironment (please complete the following information):
Additional context
If I manually add the action_list_operator in great_expectations.yml as shown at the Github example the notebook cell is executed but then when I run a new checkpoint it shows a deprecation message:
You appear to be using a legacy capability with the latest config version (3.0).
Your data context with this configuration version uses validation_operators, which are being deprecated. Please update your configuration to be compatible with the version number 3.
I couldn't find any similar issue. Thank you!
Thank you for reporting this, @tsitsimis ! The core team will update this tutorial to be compatible with the new APIs.
May I know any update on this issue ? as i encounter same issue too
I have the same problem with my personal project, since the results = context.run_validation_operator("action_list_operator", assets_to_validate=[batch]) is included in every suite notebook, not only in getting started.
Is it ok for now to add the action_list_operator in great_expectations.yml, even if it's deprecated?
We're actively working on this, will update on #2418! Thanks everyone who reported this.
Most helpful comment
We're actively working on this, will update on #2418! Thanks everyone who reported this.