CloverETL Graph is a smallest executable work flow unit.
The CloverETL Graphs are created within CloverETL projects.
In the following sections we are going to describe how you can create your graphs:
As the first step, create an empty graph in a project. See Creating Empty Graphs.
As the second step, you create the transformation graph using graph components, elements and others tools. See Creating a Simple Graph.
Note | |
---|---|
Remember that once you have already some CloverETL project in you workspace and have opened the CloverETL perspective, you can create your next CloverETL projects in a slightly different way:
|
When creating a pure ETL graph, mind these two options in the
→ menu:
Jobflow - creates a *.jbf
file similar to an ETL graph. You can fill it with Job Control components.
These are meant for executing, monitoring and aborting other
graphs and complex workflows. Further reading also at
Common Properties of Job Control.
Profiler Job - creates a new *.cpj
file
that lets you perform statistical analyses of your data.
See
the
ProfilerProbe component.