Creating Empty Graphs

After that, you can create CloudConnect graphs for any of your CloudConnect projects. For example, you can create a graph for your project by choosing FileNewETL Graph . You can also right-click the desired project in the Navigator pane and select NewETL Graph from the context menu.

Creating a New Graph

Figure 8.1. Creating a New Graph


After clicking the item, you will be asked to give a name to the graph. For example, the name can be MyFirstGraph.

Giving a Name to a New CloudConnect Graph

Figure 8.2. Giving a Name to a New CloudConnect Graph


Remember that you can decide what parameters file should be included to this project along with the graph. This selection can be done in the text area at the bottom of this window. You can locate some other file by clicking the Browse... button and searching for the right one. Or, you can even uncheck the checkbox leaving the graph without a parameters file included.

We decided to have the workspace.prm file included. This default parameter file is automatically attached to every graph that you create inside your CloudConnect project. It is recommended to create all your global transformation parameters (parameters that you want to share across multiple graphs) there. The default GoodData project ID that is referenced from the ${GDC_PROJECT_ID} is a great example of the global variable.

At the end, you can click the Next button. After that, the extension .grf will be added to the selected name automatically.

Selecting the Parent Folder for the Graph

Figure 8.3. Selecting the Parent Folder for the Graph


By clicking Finish, you save the graph in the graph subfolder. Then, an item MyFirstGraph.grf appears in the Navigator pane and a tab named MyFirstGraph.grf appears on the window.

CloudConnect Perspective with Highlighted Graph Editor

Figure 8.4. CloudConnect Perspective with Highlighted Graph Editor


You can see that there is a palette of components on the right side of the graph. This palette can be opened and closed by clicking the Triangle button. If you want to know what components are, see Part IX, Components Overview for information.

Graph Editor with a New Graph and the Palette of Components

Figure 8.5. Graph Editor with a New Graph and the Palette of Components