Configuring the components - 7.3

MySQL

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 > Database components (Integration) > MySQL components
Data Quality and Preparation > Third-party systems > Database components (Integration) > MySQL components
Design and Development > Third-party systems > Database components (Integration) > MySQL components
Last publication date
2024-02-21

Procedure

  1. Select the tDBRow_1 to fill in the DB Basic settings.
  2. In Property type as well in Schema, select the relevant DB entry in the list.
    The DB connection details and the table schema are accordingly filled in.
  3. Propagate the properties and schema details onto the other components of the Job.
    The query being stored in the Metadata area of the Repository, you can also select Repository in the Query type field and the relevant query entry.
  4. If you didn't store your query in the Repository, type in the following SQL statement to alter the database entries: drop index <index_name> on <table_name>.
  5. Select tDBRow_2 component, check the DB properties and schema.
  6. Type in the SQL statement to recreate an index on the table using the following statement: create index <index_name> on <table_name> (<column_name>)
    The tRowGenerator component is used to generate automatically the columns to be added to the DB output table defined.
  7. Select the tDBOutput_1 component and fill in the DB connection properties either from the Repository or manually the DB connection details are specific for this use only. The table to be fed is named: comprehensive.
  8. The schema should be automatically inherited from the data flow coming from the tRowGenerator. Edit the schema to check its structure and check that it corresponds to the schema expected on the DB table specified.
    The Action on table is None and the Action on data is Insert.
    No additional Columns is required for this job.