The ADF Salesforce connector Bulk API V2 does not display Bulk Data Load jobs on the Salesforce side, when performing a Insert or Upsert.

albert dove 30 Reputation points
2024-07-10T14:16:14.8233333+00:00

I am using a Bulk V2 Salesforce API connector in ADF to push data from ADF to Salesforce.

I've experiened the following issue with the connector:

The ADF, Salesforce connector Bulk API V2 does not display Bulk Data Load jobs on the Salesforce side, when performing a Insert or Upsert. But it does show up when performing a Query. I need to be able to see the Bulk Data load jobs in the Bulk data load screen when doing insert and upserts.

I've tested this on Postman with an API call using Bulk API V2, and it works fine, it shows the Bulk Data Load job with a job ID (Request and Results) when performing Inserts or Upserts. However, when running the same task using Azure Data Factory Salesforce Connector, it does not show up. I suspect its something wrong with the ADF Salesforce connector itself.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,643 questions
{count} votes

Accepted answer
  1. Smaran Thoomu 24,260 Reputation points Microsoft External Staff Moderator
    2024-07-15T05:27:08.5933333+00:00

    Hi @albert dove
    Thanks for the question and using MS Q&A platform.
    It sounds like you are experiencing an issue with the ADF Salesforce connector Bulk API V2 not displaying Bulk Data Load jobs on the Salesforce side when performing an Insert or Upsert. This could be due to a few different reasons.

    One possible reason is that the ADF Salesforce connector is not properly configured to display Bulk Data Load jobs. You may need to check the configuration settings for the connector to ensure that it is set up correctly.

    It's also possible that there may be a limitation or restriction on the Salesforce side that is preventing the Bulk Data Load jobs from being displayed. You may need to check the Salesforce documentation or contact Salesforce support to see if there are any known limitations or issues with the Bulk API V2.

    In any case, I would recommend checking the configuration settings for the connector and contacting Microsoft support for assistance with resolving the issue.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. codeulike 0 Reputation points
    2025-01-11T12:42:58.08+00:00

    Since Microsoft upgraded the ADF Salesforce Connector (so that it now uses Bulk Api 2.0) I believe the connector deliberately 'deletes' the jobs from Salesforce after completion so that you cannot view them.

    That is - on the Salesforce 'Bulk Jobs' list, you can't see the jobs, or if you can they only appear very briefly. You can see however that your daily count of 'batches' increases so the jobs must be happening. I believe this is a deliberate (but undocumented) design decision by Microsoft, perhaps based on privacy concerns. Its very annoying.

    I would recommend using the older ADF Salesforce Connector, but you cannot create it via the UI, you have to create it via JSON.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.