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

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

Open
rajat-008 opened this issue Jan 11, 2024 · 1 comment
Labels

Comments

@rajat-008
Copy link

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 rajat-008 added the bug label Jan 11, 2024
@dukenguyen
Copy link

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

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

No branches or pull requests

2 participants