Azure / feast-azure

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

Using Synapse SQL on Demand for offline store #58

Open Gergues opened 2 years ago

Gergues commented 2 years ago

Hello , looking at code here provider/tutorial/notebooks/part3-train-and-deploy-with-feast.ipynb

looks like the offline store is expecting only Dedicated SQL Pools , not only the built - in

I can see this error trying to create a temp table

what is the expected SQL setup here ? is that a full SQL server ? image

samuel100 commented 2 years ago

@Gergues You can use Feast with Synapse Dedicated SQL Pools, SQL DB, SQL On-prem. There is currently no support for serverless SQL Pools.