Salesforce is a cloud platform that streamlines business operations and customer relationship management, encompassing sales, marketing, and customer service.
To set up your pipeline, you’ll need your Salesforce user_name
, password
, and security_token
. Use your login credentials for the user_name
and password
.
Follow these steps to obtain the security_token
:
The config
section in a YAML file includes the following properties:
Connectorname: Salesforce
Username: UserName
Password: Password
Security_token: Salesforce security token
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Salesforce_data
connectorname: Salesforce
config:
username: <USERNAME>
password: <PASSWORD>
security_token: <SECURITY TOKEN>
select:
- TABLE1
- TABLE2