tCosmosDBSQLAPIInput Standard properties
These properties are used to configure tCosmosDBSQLAPIInput running in the Standard Job framework.
The Standard tCosmosDBSQLAPIInput component belongs to the Databases NoSQL family.
The component in this framework is available in subscription-based Talend products.
Basic settings
Property type |
Either Built-in or Repository.
|
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.
Information noteNote: If you
make changes, the schema automatically becomes built-in.
|
Guess schema |
Click this button to retrieve the schema from the document. |
URI |
Enter the URI of your Cosmos user account. As the field prompts, the URI of a Cosmos DB user account is in the format of https://{your_account}.document.azure.com:443. You can obtain the URI on the Keys pane of Azure portal. Click Create an Azure Cosmos DB account for related information. |
Primary key |
Enter the primary key of your CosmosDB user account. You can obtain the pimary key on the Keys pane of Azure portal. Click Create an Azure Cosmos DB account for related information. |
Database ID |
Enter the the database name. |
Collection ID |
Enter the collection name. |
Use query |
Select this option to retrieve data using query statements. You can enter the query statement in the Query field. |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect the log data at the component level. |
Connection mode |
Specify the connection mode to be used. Two options are available: Gateway and DirectHttps. Click ConnectionMode for related information. |
Max connection pool size |
Set the maximum connection pool size. The default is 1000. |
Consistency level |
Set the consistency level. Click Consistency levels for related information. |
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 |
As a start component, tCosmosDBSQLAPIInput allows you to retrieve data from a collection in a Cosmos database through SQL API and transfer the data to the following component for display or storage. |