tGSGet Standard properties
These properties are used to configure tGSGet running in the Standard Job framework.
The Standard tGSGet component belongs to the Big Data and the Cloud families.
The component in this framework is available in all Talend products.
Basic settings
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to reuse the connection details you already defined. |
Credential type |
Select the type to be used to authenticate to your project.
|
Access key and Secret key |
Type in the authentication information obtained from Google for making requests to Google Cloud Storage. These keys can be consulted on the Interoperable Access tab view under the Google Cloud Storage tab of the project from the Google APIs Console. 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. For more information about the access key and secret key, go to https://developers.google.com/storage/docs/reference/v1/getting-startedv1?hl=en/ and see the description about developer keys. These two fields are available when the Use an existing connection check box is not selected and HMAC key (deprecated) is selected from the Credential type drop-down list. |
Service account key |
Click the [...]button next to the Service account key field to browse for the JSON file that contains your service account key. This field is available when the Use an existing connection check box is not selected and Service account is selected from the Credential type drop-down list. |
OAuth Access Token |
Enter an access token. The lifetime of an access token is one hour. The component does not perform the token refresh operation but will fetch a new access token to operate beyond the one-hour limit. This field is available when the Use an existing connection check box is not selected and OAuth Access Token is selected from the Credential type drop-down list. |
Key prefix |
Specify the prefix to download only objects which keys begin with the specified prefix. |
Delimiter |
Specify the delimiter in order to download only those objects with key names up to the delimiter. |
Specify project ID |
When the credential type is set to HMAC key or OAuth Access Token, select this check box and in the Project ID field enter the project ID from which you want to obtain objects. |
Use keys |
Select this check box and complete the Keys table to define the criteria for objects to be downloaded from Google Cloud Storage.
If you select the Use keys check box, the Key prefix and Delimiter fields as well as the Specify project ID check box and the Get files from bucket list check box will not be available. |
Get files from bucket list |
Select this check box and complete the Bucket table to define the criteria for objects to be downloaded from Google Cloud Storage.
If you select the Get files from bucket list check box, the Key prefix and Delimiter fields as well as the Specify project ID check box and the Use keys check box will not be available. |
Output directory |
Specify the directory where you want to store the downloaded objects. |
Die on error |
This check box is cleared by default, meaning to skip the row on error and to complete the process for error-free rows. |
Advanced settings
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 read by an input component or transferred to an output component. This is an After variable and it returns an integer. 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 together with other Google Cloud Storage components, particularly tGSPut. |