Hi Scott Campbell,
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!
Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others", I'll repost your solution.
Please click "Accept" the answer as original posters help the community find answers faster by identifying the correct answer.
Issue : Unable to Use Uploaded CSV (MLTable) Dataset in Azure AutoML
Resolution : The key was to stop trying to preview the data and instead use the "Tabular" dataset type throughout the entire process.
Here’s what worked:
I uploaded the CSV using the +Create > Data Asset path.
I selected Tabular as the data type, not File (uri_file) or Table (mltable).
Once the data asset was created, it appeared properly in the AutoML wizard.
I selected my target column, created a compute cluster, and ran the experiment successfully.
Turns out, Tabular datasets are fully supported for CSV files in AutoML, and most of the older documentation referring to MLTable formatting wasn’t necessary in my case.
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.
Accept answers on Microsoft Q&A | Microsoft Learn
An accepted answer is the answer that the person who asked the question chooses as the one they think best solves their problem.