Azure / Azure/azureml-examples
Validation error while running the forecasting job as a part of the example
- Dominant language
- Jupyter Notebook
- Stars
- 2k
- Forks
- 1.7k
- Avg merge
- 18h 18m
- Merged PRs (30d)
- 2
Description
### Operating System
Windows
### Version Information
Python Version: 3.8.10
azure-ai-ml package version: 1.12.1
### Steps to reproduce
1. Run the notebook at: https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-forecasting-orange-juice-sales/automl-forecasting-orange-juice-sales-mlflow.ipynb
2. Check the job status on the console
### Expected behavior
The job should complete successfully
### Actual behavior
The job fails and throws the below error:
`
Validation error while fetching data. Error:
Error Code: ScriptExecution.StreamAccess.Validation
Validation Error Code: NotValid
Validation Target: Uri
Native error: Dataflow visit error: ExecutionError(StreamError(InvalidInput(InvalidUri { message: "invalid uri format", uri: "dominicks_OJ_train.parquet" })))
VisitError(ExecutionError(StreamError(InvalidInput(InvalidUri { message: "invalid uri format", uri: "dominicks_OJ_train.parquet" }))))
=> Failed with execution error: error in streaming from input data sources
ExecutionError(StreamError(InvalidInput(InvalidUri { message: "invalid uri format", uri: "dominicks_OJ_train.parquet" })))
Error Message: Provided input string 'dominicks_OJ_train.parquet' is not a valid URI. invalid uri format| session_id=82db2be9-a30d-40b1-b08a-ccbba476a6d5
`
### Addition information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.