How to store checkpoints?

Hi,

Checkpoints have been a great way to configure and document in code which expectation suite is running on which batch of data.

I don’t find in the documentation a way to specify the type of storage for checkpoints.
It will be nice to be able to define it as today we store expectations on Minio (~AWS S3) and validation results in Postgres, while we have checkpoints stored on the filesystem (not practical for now)

Does it exists already but hasn’t been documented yet maybe?

Cheers :wink:
Patrick

3 Likes

For now, the only way to store Checkpoints is YML files on the filesystem. However, as we further develop this feature, we will consider supporting all the stores that Great Expectations has (S3, database, GCS, Azure Blob Storage).

1 Like

Great and thanks for the quick reply :wink:

1 Like