Issue with Concatenating Two Azure ML Tables in Azure Data Assets for AutoML

Engineering IOT 20 Reputation points
2025-03-03T19:25:15.91+00:00

I am trying to use Azure ML designer to concatenate two Azure ML tables in data assets that share the same schema using the Add Rows component. I have used an Azure compute instance with azureml-core version 1.59. However, I encountered the error mentioned in the log file attached to this message. The two ML tables are from two different data stores but share the same blob storage account. I have given the compute instance Blob Storage Reader and Reader access to this storage account.

Previously, I attempted to make it work using the Python SDK but faced issues importing it into Azure AutoML for object detection. These two data assets were the result of exporting two different Azure labeling projects for object detection. And I am trying to concatenate these two and use it in azure auto ml. Please let me know if anything is missing here.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,170 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kothapally Snigdha 1,635 Reputation points Microsoft External Staff
    2025-03-04T19:11:43.3466667+00:00

    Hi Engineering IOT

    Can you please try the below steps.

    • Ensure the dataset is located at the correct path /mnt/azureml/cr/j/faa96b01e9954ec1bcba61f88ad198e8/cap/data-capability/wd/INPUT_Dataset1.
    • Confirm that the dataset is not corrupted and is in the correct format.
    • Use Azure ML Studio to manually validate the dataset.
    • If necessary, update the dataset path or recreate the dataset in Azure ML.
    • After resolving the issue, rerun the pipeline to ensure it executes successfully.

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.