Describe the solution you'd like
When running the pull pipeline it sometimes fails on exporting a resource. The pull will try the export three times before finishing the initialize step although there are a lot more resources to export. I would like to propose a change to this behaviour.
- Skip the resource that can't be exported, and continue with the intialize process.
- Output all information about the failing resource to the logs. It is quite hard to figure out which resource is causing the issue as it is working now.

Describe the solution you'd like
When running the pull pipeline it sometimes fails on exporting a resource. The pull will try the export three times before finishing the initialize step although there are a lot more resources to export. I would like to propose a change to this behaviour.