Azure / feast-azure

Azure plugins for Feast (FEAture STore)
MIT License
81 stars 52 forks source link

Using ADLS as Offlinestore for feature store #56

Open Mohammed-Sohail opened 2 years ago

Mohammed-Sohail commented 2 years ago

Can we use Azure Data lake or Azure blob as offline store instead of SQL server in azure_feast_provider Currently we are using Azure SQL Dedicated POOL as offlinestore by using following provider type offline_store: type: feast_azure_provider.mssqlserver.MsSqlServerOfflineStore But instead of this I needed to leverage ADLS as offlinestore, If so what would be the provider type for the same and as I have gone through the source code I can see only providers for MSSQLSERVER didn't found anything related to Azure BLob except the registry store

Request the community if there is solution for such thing or any work around

samuel100 commented 2 years ago

Duplicate of #26