How to send validation result to datahub when datasource is minio

Hi,
I want to use great exceptations to test my data in minio and sent the result to datahub.
But i saw the limitation in this page: Great Expectations | DataHub
To send validation results to Datahub, the use of SqlAlchemyExecutionEngine is required. And I want to know is minio include in this? Can I send the validation result when the datasource in minio?
Thanks!