tGSBucketCreate Standard properties - 7.3

GS

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Cloud storages > Google components > GS components
Data Quality and Preparation > Third-party systems > Cloud storages > Google components > GS components
Design and Development > Third-party systems > Cloud storages > Google components > GS components
Last publication date
2024-02-21

These properties are used to configure tGSBucketCreate running in the Standard Job framework.

The Standard tGSBucketCreate 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.

  • HMAC key (deprecated): authenticate using Oauth credentials. When selecting this credential type, the parameters to be defined in the Basic settings view are Access Key and Secret Key.
  • Service account: authenticate using a Google account. When selecting this credential type, the parameter to be defined in the Basic settings view is Service account key.
  • OAuth Access Token: authenticate using an OAuth access token. When selecting this credential type, the parameter to be defined in the Basic settings view is OAuth Access Token.
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.

Bucket name

Specify the name of the bucket which you want to create. Note that the bucket name must be unique across the Google Cloud Storage system.

For more information about the bucket naming convention, see https://developers.google.com/storage/docs/bucketnaming.

Special configure

Select this check box to provide the additional configuration for the bucket to be created.

Project ID

When the credential type is set to OAuth Access Token, specify the project ID to which the new bucket belongs.

Location

Select from the list the location where the new bucket will be created. Europe and US are available for all credential types and ASIA only for Service account and OAuth Access Token. By default, the bucket location is in the US.

Note that once a bucket is created in a specific location, it cannot be moved to another location.

Acl

Select from the list the desired access control list (ACL) for the new bucket.

Depending on the ACL on the bucket, the access requests from users may be allowed or rejected. If you do not specify a predefined ACL for the new bucket, the predefined project-private ACL applies.

For more information about ACL, see https://developers.google.com/storage/docs/accesscontrol?hl=en.

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

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 can be used together with the tGSBucketList component to check if a new bucket is created successfully.