Azure / feast-azure

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

Error occurred while loading customers, drivers, orders data in /provider/tutorial/notebooks/part1-load-data.ipynb #73

Open likhith00 opened 1 year ago

likhith00 commented 1 year ago

Hi, I'm new to feast and was trying to reproduce the tutorial in azure portal. Faced the below error.

ProgrammingError: (pyodbc.ProgrammingError) ('42000', '[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Not able to validate external location because The remote server returned an error: (409) Conflict. (105215) (SQLExecDirectW)')
[SQL: COPY INTO dbo.driver_hourly
FROM 'https://feastonazuredatasamples.blob.core.windows.net/feastdatasamples/driver_hourly.csv'
WITH
(
    FILE_TYPE = 'CSV'
    ,FIRSTROW = 2
    ,MAXERRORS = 0
)
]

Thanks in advance!

keer1392 commented 1 year ago

Even I'm getting same error. The link seems to be unavailable.

its-Kumar commented 1 year ago

I am also getting the error. I tried to run the SQL code manually inside synapse to confirm, looks like the URL for the dataset is not publically assessable.