When you need to read or write to a data source, you first need to set up the data source under a name of your choice. This source name can then be used within the required Data Node, which will then use the connection details supplied.
When a model is moved from development, to test, and later production, using the same name for the different databases (in each environment), means the models can be moved without requiring any changes.
From the Model selection view (after login), select the Data Sources Tab. Here are listed any data sources already set up. Sources can be selected and edited or deleted, or new ones added. Adding a new source will present the following dialog window, each is described in the next section:

You will need the connection details from your DBA (Database Administrator).
The Test button will attempt to connect to the data source (validating the details) and query the structure of the table (validating the default table)
See DataTables.