View in #gx-community-support on Slack
@Marek_Urbánek: Hello GE team, you did [MAINTENANCE] remove deprecated store backends (#11675) in the latest version. Do you have any idea how to transition from TupleAzureBlobStorage to any recommended solution? Is there any description of why and how to transition?
@Josh_(GX): Hi @Marek_Urbánek - remote StoreBackends such as TupleAzureBlobStorage were removed from documentation and became an implementation detail in the 1.0.0 release of GX. That change was described here in the migration guide. In short, the implementations weren’t up to our standards, and writing/reading configuration from cloud stores is outside the scope of what GX is designed to do.
We recommend you use azure-storage-blob or equivalent to retrieve your GX project prior to loading your data context, then writing it back once you’ve run your validations.
GX V0 to V1 Migration Guide | Great Expectations