The main steps for defining a dataset and mapping to data-sources are:

  1. Define a temp-table for each table you want to use in the dataset.
  2. Define the dataset by specifying the temp-tables and their relationships (if any).
  3. Identify, define, and attach the data-sources that are used to populate the dataset.