I use scheduled imports in order to fire off cadences at different points in the life of a open renewal opportunity. The importer breaks if the first row of the SFDC report is missing a sold to contact, which is the ID it is looking for a person. Its fine if that row errors out, but I still need the rest of the report to fire. This is only an issue if the first row fails. If row 1 is fine and row 2 fails, it still works.
Is this working as intended? Would love to be able to work around this.