Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello guys,
I've set up a free Fabric trial and also in Azure I've created a trial work Fabric workspace. However, If I create a OneLake and try to load a csv file into a table I get the following error message:
[TooManyRequestsForCapacity] HTTP Response code 430: This Spark job can’t be run because you’ve hit a Spark compute or API rate limit. To proceed, cancel an active Spark job through the Monitoring hub, choose a larger capacity SKU, or try again later. For more visibility and control, go to Workspace settings → Job management (Job Concurrency & Queue Monitoring) to review running and queued Spark jobs, understand capacity contention, and take action as needed. [Learn more at 'https://go.microsoft.com/fwlink/?linkid=2356970&clcid=0x409'].
This is the CSV file, which is btw from Microsoft Learning Platform: https://raw.githubusercontent.com/MicrosoftLearning/dp-data/main/sales.csv
Your first mudtake is trying to load a .csv datafile into Azure and access with Spark. WASTE of time. Just place your .csv datafile on ONEDRIVE and connect to it and query through PowerQuery. I can sell you a template for this. Azure is only for complex data with multiple tables.
Hi @TAnalytics
May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.
Thank you
Hi @TAnalytics
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
Hi @TAnalytics ,
Thanks for reaching out to the Microsoft Fabric Community forum.
Please try the following troubleshooting steps:
I hope this information helps. Please do let us know if you have any further queries.
Thank you
HI @TAnalytics ,
This is a common problem in Fabric Trial as usually a Trial capacity is either F4 or F64 with very minimum number of cores.
ALso, job queuing is not supported for Spark jobs.
Workarounds:
1) Cancel any other active Spark jobs from Monitoring hub and retry csv load.
2) Wait for spark session timeout(~20mins by default)- you can reduce it from Spark settings.
3) Close all open notebooks and retry.
Let me know if any of the abobe solution works for you.
Thanks
Ati Puri
Hello @TAnalytics
Fabric trial capacity is shared, so when there are no free cores, pipeline jobs are queued and interactive jobs may fail. That’s why you’re seeing the error message. You can check the Monitoring Hub and try loading the CSV file when activity is lower. Alternatively, you could use Dataflow Gen2 for CSV ingestion in a pipeline.