Using Repository Metadata - Job Aid
Using Repository Metadata - Job Aid
Overview
This module introduced the concept of built-in and repository properties and metadata. You learned how to create various types of metadata and use them for
component configuration. It focused on file metadata, database metadata, and generic metadata.
What is metadata?
Metadata is a set of shared properties that you can reuse to configure components and Jobs in the same project.
Examples of metadata:
Key steps
In Talend Studio, metadata is created and stored in the repository, and you can reuse metadata across Jobs.
Tips
Generic schemas and metadata update features offer flexibility.
Generic schemas
JOB AID
You can reuse metadata from one file component in another in the same
way that you can reuse database connection metadata in different
database components. In contrast, you can reuse generic metadata in
components of different types (for example, both file and database).
Generic schemas are stored in Repository > Metadata > Generic Schemas.
You can still cut the link between a component and metadata to isolate
the component from the update; the property type is then defined as Built-
In.
Before updating metadata, you can run an impact analysis to list all
components linked to it.
JOB AID
Best practices
• If you must regularly update metadata, consider the option of duplicating it in the Repository. That way, you have two available versions.
• You can also use context variables in the metadata definition. Component settings are then updated according to the selected context.