...
Property | Macro Enabled? | Version Introduced | Description | ||
---|---|---|---|---|---|
Reference Name | No | Required. Used to uniquely identify this source for lineage, annotating metadata, etc. | |||
Use Connection (yes/no toggle) | No | 1.5.0 | Optional. Use an existing connection. If a connection is used, you do not need to provide the credentials. | ||
Browse Connections | Yes | 1.5.0 | Optional. Select an existing Name of the connection to use or add a new connection. | ||
Username | Yes | Required. Salesforce username. | |||
Password | Yes | Required. Salesforce password. The Salesforce API requires an additional "security token" to be added to the Password field to enable API access. Also the Salesforce API can be used to verify if the query and token works as expected. If you do not include the security token, the following error occurs when you click Get Schema: "Connection to salesforce with plugin configurations failed". | |||
Security Token | Yes | Optional. Salesforce security Tokentoken. If the password does not contain the security token, the plugin will append the token before authenticating with salesforceSalesforce. | |||
Consumer Key | Yes | Required. Application Consumer Key. This is also known as the OAuth client idID. A Salesforce connected application must be created in order to get a consumer key. | |||
Consumer Secret | Yes | Required. Application Consumer Secret. This is also known as the OAuth client secret. A Salesforce connected application must be created in order to get a client secret. | |||
Login Url | Yes | Required. Salesforce OAuth2 login urlURL. Default is | |||
Connection Timeout | Yes | 1.4.4 | Optional. Maximum time in milliseconds to wait for connection initialization before time it times out. Default is 30000 milliseconds. | ||
Proxy URL | Yes | 1.4.5 | Optional. Proxy URL. Must contain a protocol, address and port. | ||
Whitelist | Yes | Optional. List of SObjects to read from. By default all SObjects will be white listed. For each white listed SObject, a SOQL query will be generated of the form: | |||
Blacklist | Yes | Optional. List of SObjects to avoid reading from. By default NONE of SObjects will be black listed. | |||
Last Modified After | Yes | Optional. Filter data to only include records where the system field See below for Salesforce date format examples. | |||
Last Modified Before | Yes | Optional. Filter data to only include records where the system field See below for Salesforce date format examples. | |||
Duration | Yes | Optional. Filter data read to only include records that were last modified within a time window of the specified size. For example, if the duration is ‘6 hours’ and the pipeline runs at 9am, it will read data that was last updated from 3am (inclusive) to 9am (exclusive). The duration is specified using numbers and time units:
Several units can be specified, but each unit can only be used once. For example, | |||
Offset | Yes | Optional. Filter data to only read records where the system field
Several units can be specified, but each unit can only be used once. For example, | |||
SOQL Operation Type | No | Optional. Specify the query operation to run on the table. If Default operation is | |||
SObject Name Field | No | Optional. The name of the field that holds the SObject name. Must not be the name of any SObject column that will be read. Defaults to |
...