tBigtableConnection Standard properties
These properties are used to configure tBigtableConnection running in the Standard Job framework.
The Standard tBigtableConnection component belongs to the Cloud family.
The component in this framework is available in all Talend products.
Basic settings
Property Type |
Select the way the connection details will be set.
|
Project name |
Enter the unique identifier of your Google Cloud Platform project. This information is available on the Dashboard page of your Google Cloud console. |
Instance ID |
Enter the permanent identifier of the Bigtable instance. |
Authentication method | Select the mode to be used to authenticate to your project.
To know more about the Google Cloud authentication process, read the Google Cloud documentation. |
Google credentials |
Paste the content of the JSON file that contains your service account key. This property is only available when you authenticate using Service account key. |
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
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
Usage
Usage rule |
This component is generally used with other Google Bigtable components, particularly tBigtableClose. |