Warning
This doc is a stub.
How to configure an Expectation store in Azure blob storage¶
By default, newly profiled Expectations are stored in JSON format in the expectations/
subdirectory of your great_expectations/
folder.
This feature has been implemented in the great_expectations.data_context.store.tuple_store_backend.TupleAzureBlobStoreBackend
class. We do not have a how-to guide for it yet. Please follow the instructions in the other how-to guides and in the doc strings for the class now.
If you want to be a real hero, we’d welcome a contribution for this how-to guide. Please see the Contributing tutorial and How to write a how to guide to get started.