Forum Discussion
TAnalytics
3 months agoNew Member
Microsoft Fabric: [TooManyRequestsForCapacity] HTTP Response code 430: This Spark job can’t be run b
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 followin...
- Anonymous3 months ago
Hi TAnalytics ,
Thanks for reaching out to the Microsoft Fabric Community forum.Please try the following troubleshooting steps:
- Check the Monitoring Hub for any active or queued Spark jobs. If there are jobs that are no longer needed, cancel them and retry the operation.
- Try restarting the Spark session (if one is active) or closing any open notebooks that may be consuming Spark resources.
- Wait 15–30 minutes and try again, as trial capacities can occasionally experience temporary resource contention or throttling.
- Create a new Lakehouse and attempt to load the same sample CSV there to determine whether the issue is specific to the Lakehouse or workspace.
- Verify that the workspace is correctly assigned to the Fabric trial capacity and that the trial is still active.
- Test with an alternative ingestion method, such as:
- Uploading the CSV directly to the Lakehouse Files section first and then creating a table from the file.
- Loading the file through a notebook using Spark.
- Try creating a new Fabric workspace attached to the trial capacity and repeat the test to rule out a workspace-specific issue.
I hope this information helps. Please do let us know if you have any further queries.
Thank you
deborshi_nag
Super User
3 months agoHello 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.