tSQLDWHRow
tSQLDWHRow Standard properties
These properties are used to configure tSQLDWHRow running in the
Standard Job framework.
The Standard
tSQLDWHRow 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 |
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.
|
Table name |
Specify the name of the table to be used. |
Turn on identity insert |
Select this check box to use your own sequence for the identity value of the inserted |
Query Type |
Select the way the query will be set.
|
Guess Query |
Click the Guess Query button to generate the query which |
Query |
Specify your database query paying particularly attention to properly sequence the |
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 When errors are skipped, you can collect the rows on error |
Advanced settings
Additional JDBC Parameters |
Specify additional connection properties for the database |
Propagate QUERY’s recordset |
Select this check box to insert the result of the query into a column of the current This option allows the component to have a different schema from that of the |
Use PreparedStatement |
Select this check box if you want to query the database using a PreparedStatement. In
This option is very useful if you need to execute the same query several times. |
Commit every |
Enter the number of rows to be completed before committing batches of rows together |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After |
QUERY |
The query statement being processed. This is a Flow variable and it returns a |
Usage
Usage rule |
This component offers the flexibility of the DB query and covers all possible SQL |
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 |
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.