Great Expectations

Setup

Catalog integrates with Great Expectations via Expectation Stores.

You must give read access to your Store to the Catalog user

You can have several buckets, Catalog user will get trough all of them.

Create an integration

Create a Great Expectations integrations in Catalog

Enter your bucket credentials under JSON format:

{
    "buckets":[BUCKET_NAME, BUCKET_NAME],
    "key":KEY,
    "secret":SECRET
}

Last updated

Was this helpful?