...
Continue to the following topics:
Table of Contents |
---|
Limitations
- Unsupported SOQL: This configuration allows to use a custom SOQL (Salesforce Object Query Language) syntaxto query and filter data. With SOQL, you can retrieve the data from a single object or multiple objects that are related to each other. You can pick specific columns and filter or sort the output with your own conditional statement. As a limitation, our data connector doesn’t support SOQL syntax such as count() FROM Object and SELECT * from salesforceObject.
Bulk API limits. Bulk : Bulk API offers faster ingestion but also has a limitation of 10,000 batch allocations within a 24-hour period. If your target is large, your entire available batch allocation might be consumed, causing your job to fail eventually. If you try to use the Bulk API, and the result is the ingestion of all records, consider enabling the synchronous transfer only option and using REST API. The use of REST API avoids the batch allocation limitation but might be slower.
...
SFDC import supports these authentication types:
Credential
OAuth
Using Session ID for authentication is not supported for import.
Session ID is supported for the Salesforce Export Integration only.
Connect to Salesforce Using TD Console
Connecting to Salesforce using the TD Console is quick and easy. Alternatively, create Salesforce connection using the command line. The import integration supports credentials; you need a client ID and client secret to authenticate using credentials.
Allow TD to Access Salesforce using Salesforce
Excerpt |
---|
These instructions guide you to locate the client ID and client secret that is necessary to authenticate using credentials.
|
Create New Connection in TD Console
...
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
5. Select Continue.
...
To validate the user permission, make sure to use Salesforce to validate:
Authority: check the Salesforce import integration connection steps.
Allowed access to Salesforce from Treasure Data: sometimes configuring this requires knowing and configuring your TD static IP address. Please contact support if you require the static IP address information.
Without properly configured authority and access, you might encounter access restriction errors. For example:
Code Block | ||
---|---|---|
| ||
Response not 2xx: 400 Bad Request {"error":"invalid_grant","error_description":"authentication failure"} |
...
Search for the connection you created.
Select New Source.
Type a name for your Source in the Data Transfer field.
Click Next.
Edit the following parameters:
Parameters | Description |
Source | Name of the object you want to import |
Include deleted records | Enables including deleted records |
Use synchronous transfer only | Enables synchronous transfer using REST API |
Incremental | Imports only new data since the last import |
Data Settings
Select Next. The Data Settings page opens.
You can edit the SOQL query, WHERE conditions and Schema settings here.
Optionally, skip this page of the dialog.
Data Preview
...