Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
likhith00 opened this issue Dec 30, 2022 · 2 comments

Comments

@likhith00
Copy link

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
Copy link

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

@its-Kumar
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants