Create a Data Source Node

tell me more icon Tell me more

A workflow consists of nodes connected in order. The first node to add is a Data Source Node that provides the data used to build and test the models.

  1. Make sure that the Component Palette is open and that Workflow Editor is selected.

    If the Component Palette is not open, select View > Component Palette in the menu bar.

  2. Click the Data section, and left-click Data Source.

  3. Move the mouse to the place in the workflow identify where you want to place the node. Click.

  4. The Define Data Source wizard is launched.

  5. In the Available Tables/Views list, select the view MINING_DATA_BUILD_V. The columns (attributes) of the view are displayed.

  6. Click Finish to finish the definition of the data source.

  7. The new node is created. The default name of the node is MINING_DATA_BUILD_V, the name of the table. The columns of the view are displayed in the Property Inspector for the node.

tell me more icon Tell me more about what I see in the GUI

The cue cards icon Next step is to create a Classification Build node.