I'm looking for different ways to read DeltaTable
on Azure Storage account using API's.One option i find is using delta-rs
to read the Delta Table and expose that as Azure Functions
.
I was wondering is there anyway, we could use GraphQL
to read the Delta tables and expose that as Azure Functions.