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
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!
The text was updated successfully, but these errors were encountered:
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.
Hi,
I'm new to feast and was trying to reproduce the tutorial in azure portal.
Faced the below error.
Thanks in advance!
The text was updated successfully, but these errors were encountered: