Edit on GitHub
How Can I Distinguish Between Bulk API and REST API Calls?link
Updated 12 days ago
Use Caselink
You have read our documentation on the methods Fivetran uses to ingest data from Salesforce.
You want to understand how many API calls Fivetran is making to Salesforce across the Bulk and REST APIs.
Fivetran Recommendationlink
Do the following to understand the parameters used to distinguish the API calls :
- Query the
URI
column in theFIVETRAN_API_CALLS
table in the Salesforce schema. - Use the following parameters to distinguish between the endpoints:
Bulk API -
where URI LIKE '%jobs%'
REST API -
where URI LIKE '%query%'
NOTE: If data on the REST API appears misleading, use the
where URI LIKE '%queryAll%'
parameter to refine your query.
Considerationlink
If Fivetran uses only the Bulk API for historic syncs, you may not see any Bulk API calls appear in the FIVETRAN_API_CALLS
table. This is an expected functionality.