mltable produces key error when trying to consume sdk v1 dataset type data with provided microsoft consume code #38944
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Machine Learning
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
While trying to consume a data asset from azure machine learning studio with table type but with underlying dataset type tabular (see attached image under screenshots) using the microsoft supplied example code for reading this asset into a pandas dataframe via an mltable object, we encounter a
KeyError
with keypaths
missing as shown below in the error trace.Full error trace
To Reproduce
Expected behavior
I expected to end up with a pandas dataframe.
Screenshots
Screenshot of the data asset in azure ml
Screenshot of the consume code snippet
Screenshot of the error trace
Additional context
We run this code on a Standard_DS12_v2 (4 cores, 28 GB RAM, 56 GB disk) compute instance with:
The text was updated successfully, but these errors were encountered: