eladkal commented on issue #63930:
URL: https://github.com/apache/airflow/issues/63930#issuecomment-4092593781

   > When upsert or update operations fail, a SalesforceGeneralError (or a more 
specific error) should be raised.
   
   Airflow only invoke Salesforce bulk api via `SFBulkHandler`:
   
   
https://github.com/apache/airflow/blob/d22813d0e3fdc12e4d6b08cca6871b8dc3ed3b6c/providers/salesforce/src/airflow/providers/salesforce/operators/bulk.py#L97-L119
   
   So I think you should submit the request to 
[simple_salesforce](https://github.com/simple-salesforce/simple-salesforce) 
library asking them to raise error. If Salesforce will raise error it will be 
handled by Airflow automatically, if salesforce silent fail so will Airflow. 
Thus this is a feature/bug fix request to salesforce library.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to