tSQLDWHOutput
database.
tSQLDWHOutput Standard properties
These properties are used to configure tSQLDWHOutput running in
the Standard Job framework.
The Standard
tSQLDWHOutput component belongs to two families: Cloud and Databases.
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 When a Job contains the parent Job and the child Job, if you need to
For an example about how to share a database connection across Job |
Property Type |
Select the way the connection details
|
JDBC Provider |
Select the provider of the JDBC driver to be used. |
Host |
Specify the IP address or hostname of the Azure SQL Data Warehouse to be used. |
Port |
Specify the listening port number of the Azure SQL Data Warehouse to be used. |
Schema |
Enter the name of the Azure SQL Data Warehouse schema. |
Database |
Specify the name of the Azure SQL Data Warehouse to be used. |
Username and Password |
Enter the user authentication data to access the Azure SQL Data Warehouse. To enter the password, click the […] button next to the |
Table |
Specify the name of the table to be used. |
Action on table |
Select an operation to be performed on the table defined.
|
Turn on identity insert |
Select this check box to use your own sequence for the identity value of the inserted |
Action on data |
Select an action to be performed on data of the table defined.
It is necessary to specify at least one column as a primary key on which the The dynamic schema feature can be used in the following modes: |
Specify identity field |
Select this check box to specify the identity field, which is made up of an When this check box is selected, three other fields are displayed:
This check box is available only when you select Drop and create Note that you can also specify the identity field from the schema of the component. When the Specify identity field check box is selected, the DB |
Schema and Edit schema |
A schema is a row description. It defines the number of fields
Click Edit
schema to make changes to the schema. Note: If you
make changes, the schema automatically becomes built-in.
|
Specify a data source alias |
Select this check box and in the This check box is not available when the Use an existing |
Die on error |
Select the check box to stop the execution of the Job when an error Clear the check box to skip any rows on error and complete the |
Advanced settings
Additional JDBC Parameters |
Specify additional connection properties for the database |
Commit every |
Enter the number of rows to be completed before committing batches of rows together |
Additional Columns |
This option is not offered if you create (with or without drop) the database table.
|
Use field options |
Select this check box to customize a request, especially when there is double action |
Ignore date out of range |
Select this check box to ignore the date validation and insert the data directly into |
Debug query mode |
Select this check box to display each step during processing entries |
Support null in “SQL WHERE” statement |
Select this check box if you want to deal with the Null values contained in a Make sure that the Nullable check box is selected for the |
Use Batch |
Select this check box to activate the batch mode for data processing. This check box is available only when you have selected the Note that if you select the Single Insert Query option in the |
Batch Size |
Specify the number of records to be processed in each batch. This field appears only when the Use batch mode |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Enable parallel execution |
Select this check box to perform high-speed data processing, by treating
multiple data flows simultaneously. Note that this feature depends on the database or the application ability to handle multiple inserts in parallel as well as the number of CPU affected. In the Number of parallel executions field, either:
Note that when parallel execution is enabled, it is not possible to use global Warning:
|
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After |
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
NB_LINE_UPDATED |
The number of rows updated. This is an After variable and it returns an integer. |
NB_LINE_INSERTED |
The number of rows inserted. This is an After variable and it returns an integer. |
NB_LINE_DELETED |
The number of rows deleted. This is an After variable and it returns an integer. |
NB_LINE_REJECTED |
The number of rows rejected. This is an After variable and it returns an integer. |
Usage
Usage rule |
This component is usually used as an end component of a Job or |
Dynamic settings |
Click the [+] button to add a row in the table The Dynamic settings table is For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Limitation |
When the Single Insert Query option is selected in the Note that some features that are supported by Also note that when creating or deleting a table with this |
Related scenario
No scenario is available for this component yet.