You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: