Some Data Studio objects can have associations to other objects.

For example, a Workflow could be using a:

  • Dataset as its source.
  • Function to transform data.
  • View that is used for a Lookup transformation.
  • snapshot Dataset that it creates after the Workflow is executed.
  • Schedule that executes the Workflow on a regular basis.

To see associated objects:

  1. Go to the relevant Data Studio object page (e.g. Workflows).
  2. Select the required Workflow.
  3. Click Options > Associations.

The associations will be divided into two categories:

  • Used in - where the object is being depended on by other objects. In the example of a Workflow, this may include a Schedule.
  • Depends on - what objects the current object is dependent on. In the example of a Workflow, this may include the Workflow source such as a Dataset or View.