Forum Discussion
User Configuration Issue - Fail to Update Tables in Pipeline
- Anonymous1 year ago
Hi vwynn23
Yes, your options are to either reschedule the pipeline or increase capacity. Fabric doesn’t currently support automatic or time-based scaling (e.g., scale up for 2 hours and down again), so any capacity changes would need to be done manually via the Admin Portal or through PowerShell/REST API scripts.
If rescheduling works reliably, that’s usually the simpler option. But if large files are a regular load, increasing capacity could provide more consistent performance.
If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.
Hi vwynn23
Yes, your options are to either reschedule the pipeline or increase capacity. Fabric doesn’t currently support automatic or time-based scaling (e.g., scale up for 2 hours and down again), so any capacity changes would need to be done manually via the Admin Portal or through PowerShell/REST API scripts.
If rescheduling works reliably, that’s usually the simpler option. But if large files are a regular load, increasing capacity could provide more consistent performance.
If this solution helps, please consider giving us Kudos and accepting it as the solution so that it may assist other members in the community
Thank you.
It looks like its isnt a capacity issue, I'm going to use a wait clause and run it at 3:00am instead of the inital 1:00am and hopefully that works. I will keep you posted. Thanks