Great Expectations
Integrate Great Expectations with the Catalog to sync expectation metadata from your Expectation Stores.
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. The Catalog user will go through all of them.
Create an Integration
Create a Great Expectations integration in the Catalog.
Enter your bucket credentials under JSON format:
{
"buckets":[BUCKET_NAME, BUCKET_NAME],
"key":KEY,
"secret":SECRET
}