Disable caching for SQL Data Source

Lately, I am seeing this error pop more often during execution:

Test failed with exception: Invalid result values were found when trying to instantiate an ExpectationValidationResult.

  • Invalid result values are likely caused by inconsistent cache values.
  • Great Expectations enables caching by default.
  • Please ensure that caching behavior is consistent between the underlying Dataset (e.g. Spark) and Great Expectations.

Is there anyway to disable this caching option in the SQLAlchemy engine?