These properties are used to configure tDynamoDBInput running in the Standard Job framework.
The Standard tDynamoDBInput component belongs to the Big Data family.
The component in this framework is available in all Talend products with Big Data and in Talend Data Fabric.
Basic settings
Access Key |
Enter the access key ID that uniquely identifies an AWS Account. For further information about how to get your Access Key and Secret Key, see Getting Your AWS Access Keys. |
Secret Key |
Enter the secret access key, constituting the security credentials in combination with the access Key. To enter the secret key, click the [...] button next to the secret key field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings. |
Inherit credentials from AWS role |
Select this check box to leverage the instance profile credentials. These credentials can be used on Amazon EC2 instances, and are delivered through the Amazon EC2 metadata service. To use this option, your Job must be running within Amazon EC2 or other services that can leverage IAM Roles for access to resources. For more information, see Using an IAM Role to Grant Permissions to Applications Running on Amazon EC2 Instances. |
Assume role |
Select this check box and specify the values for the following parameters
used to create a new assumed role session.
|
Use End Point |
Select this check box and in the Server Url field displayed, specify the Web service URL of the DynamoDB database service. |
Region |
Specify the AWS region by selecting a region name from the list or entering a region between double quotation marks (e.g. "us-east-1") in the list. For more information about the AWS Region, see Regions and Endpoints. |
Action |
Select the operation to be performed from the drop-down list, either Query or Scan. For more information, see Query and Scan Operations in DynamoDB. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component. When you create a Spark Job, avoid the reserved word line when naming the fields.
|
|
Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
|
Table Name |
Specify the name of the table to be queried or scanned. |
Use advanced key condition expression |
Select this check box and in the Advanced key condition expression field displayed, specify the key condition expressions used to determine the items to be read from the table or index. |
Key condition expression |
Specify the key condition expressions used to determine the items to be read. Click the [+] button to add as many rows as needed, each row for a key condition expression, and set the following attributes for each expression:
Note that only the items that meet all the key conditions defined in this table can be returned. This table is not available when the Use advanced key condition expression check box is selected. |
Use filter expression |
Select this check box to use the filter expression for the query or scan operation. |
Use advanced filter expression |
Select this check box and in the Advanced filter expression field displayed, specify the filter expressions used to refine the data after it is queried or scanned and before it is returned to you. This check box is available when the Use filter expression check box is selected. |
Filter expression |
Specify the filter expressions used to refine the results returned to you. Click the [+] button to add as many rows as needed, each row for a filter expression, and set the following attributes for each expression:
Note that only the items that meet all the filter conditions defined in this table can be returned. This table is available when the Use filter expression check box is selected and the Use advanced filter expression check box is cleared. |
Value mapping |
Specify the placeholders for the expression attribute values.
For more information, see Expression Attribute Values. |
Name mapping |
Specify the placeholders for the attribute names that conflict with the DynamoDB reserved words.
For more information, see Expression Attribute Names. |
Advanced settings
STS Endpoint |
Select this check box and in the field displayed, specify the AWS Security Token Service endpoint, for example, sts.amazonaws.com, where session credentials are retrieved from. This check box is available only when the Assume role check box is selected. |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level as well as at each component level. |
Global Variables
Global Variables |
NB_LINE: the number of rows processed. This is an After variable and it returns an integer. QUERY: the query statement being processed. This is a Flow variable and it returns a string. ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it. For further information about variables, see Talend Studio User Guide. |
Usage
Usage rule |
This component is usually used as a start component of a Job or Subjob and it always needs an output link. |