AzureMLException: Error in Streaming from Input Data Sources

Noveen Haseeb 45 Reputation points
2024-12-06T16:38:02.7133333+00:00

An AzureMLException is encountered with the message "Error Code: ScriptExecution.StreamAccess.Unexpected Native Error: error in streaming from input data sources" when using the 'Apply SQL Transformation' component in the Azure ML designer during model scoring and training. This was working previously. Also created a basic flow in designer with minimum dataset and a basic select statement in the SQL transformation, same error is encountered.

User's image

The error details are as follows:

AzureMLException: Message: Error Code: ScriptExecution.StreamAccess.Unexpected Native Error: error in streaming from input data sources StreamError(Unknown("Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.", Some(DataflowInvalid("inmemory://dataflow/a9827b8da4d93cdfae79983b16412044", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: "writer", expected: "preppy|delimited|parquet", actual: "dfd" }))))))) => Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid. Unknown("Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.", Some(DataflowInvalid("inmemory://dataflow/a9827b8da4d93cdfae79983b16412044", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: "writer", expected: "preppy|delimited|parquet", actual: "dfd" })))))) => Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid. DataflowInvalid("inmemory://dataflow/a9827b8da4d93cdfae79983b16412044", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: "writer", expected: "preppy|delimited|parquet", actual: "dfd" })))) Error Message: Got unexpected error: Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.. DataflowInvalid("inmemory://dataflow/a9827b8da4d93cdfae79983b16412044", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: "writer", expected: "preppy|delimited|parquet", actual: "dfd" }))))| session_id=e2d026ac-7e1f-46ab-a813-87371a12999a InnerException None ErrorResponse { "error": { "message": "\nError Code: ScriptExecution.StreamAccess.Unexpected\nNative Error: error in streaming from input data sources\n\tStreamError(Unknown(\"Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.\", Some(DataflowInvalid(\"inmemory://dataflow/a9827b8da4d93cdfae79983b16412044\", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: \"writer\", expected: \"preppy|delimited|parquet\", actual: \"dfd\" })))))))\n=> Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.\n\tUnknown(\"Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.\", Some(DataflowInvalid(\"inmemory://dataflow/a9827b8da4d93cdfae79983b16412044\", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: \"writer\", expected: \"preppy|delimited|parquet\", actual: \"dfd\" }))))))\n=> Dataflow at inmemory://dataflow/a9827b8da4d93cdfae79983b16412044 is not valid.\n\tDataflowInvalid(\"inmemory://dataflow/a9827b8da4d93cdfae79983b16412044\", VisitError(ExecutionError(ArgumentError(InvalidArgument { argument: \"writer\"
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,045 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sophie Chen 0 Reputation points Microsoft Employee
    2024-12-23T18:46:42.1+00:00

    serErrorException: Message: Error Code: ScriptExecution.StreamAccess.Unexpected Native Error: error in streaming from input data sources StreamError(Unknown("Dataflow at inmemory://dataflow/5167460359bc9052dc2971be19c173c4 is not valid.", Some(DataflowInvalid("inmemory://dataflow/5167460359bc9052dc2971be19c173c4",

    I kept running into the same issue for the past week @kothapally Snigdha do you have any update on solutions?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.