Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.54k stars 2.77k forks source link

Error Message: The requested stream was not found. Please make sure the request uri is correct. SDKv1 and SDKv2 #35949

Closed ErvinPuratos closed 3 months ago

ErvinPuratos commented 3 months ago

Describe the bug In both SDK versions, I am able to load the dataset using the respective synthax but when I use the to_pandas_dataframe() method on those dataset I will get the following error:

{ "name": "UserErrorException", "message": "\nError Code: ScriptExecution.StreamAccess.NotFound\nNative Error: Dataflow visit error: ExecutionError(StreamError(NotFound))\n\tVisitError(ExecutionError(StreamError(NotFound)))\n=> Failed with execution error: error in streaming from input data sources\n\tExecutionError(StreamError(NotFound))\nError Message: The requested stream was not found. Please make sure the request uri is correct.| session_id=l_0c303b7e-feb1-42f2-8647-97776653d682",

To Reproduce Steps to reproduce the behavior:

  1. register a dataset
  2. Load dataset using its constructor
  3. use the to_pandas_dataframe() method on the dataset object

Expected behavior A dataframe to be returned Screenshots If applicable, add screenshots to help explain your problem.

Additional context The only version I found where this does not happen is:

azureml-dataprep 4.9.7 azureml-core 1.49.0

xiangyan99 commented 3 months ago

Thanks for reaching out.

azureml-dataprep is not monitored in this repo.

ErvinPuratos commented 3 months ago

so would you mind directing where I can raise this issue? IN the end I am unable to use any of the azureml fonctionalities because of this bug...