azureml-examples icon indicating copy to clipboard operation
azureml-examples copied to clipboard

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

Open rajat-008 opened this issue 2 years ago • 1 comments

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

rajat-008 avatar Jan 11 '24 17:01 rajat-008

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

dukenguyen avatar Mar 08 '24 17:03 dukenguyen