Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.7k stars 1.38k forks source link

Validation error while running the forecasting job as a part of the example #2948

Open rajat-008 opened 7 months ago

rajat-008 commented 7 months ago

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

dukenguyen commented 5 months ago

i am also running into this issue. i switched to using V1 Tabular (instead of V2 Table) and was able to get past this