You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/airflow/.local/lib/python3.12/site-packages/great_expectations/checkpoint/checkpoint.py", line 282, in run
raise gx_exceptions.CheckpointError(
great_expectations.exceptions.exceptions.CheckpointError: Checkpoint "table.sample_suite.chk" must be called with a validator or contain either a batch_request or validations.
The text was updated successfully, but these errors were encountered:
When I add
checkpoint_kwargs
to my code it error. But if I deletecheckpoint_kwargs
the task can run success.This is my code:
ERROR:
The text was updated successfully, but these errors were encountered: