Listing the Resources That Use a Reference

A data asset, connection, or schema might be used in more than one published task in a Data Integration application. A task in a pipeline might be used in more than one pipeline in an application.

You can view a list of the resources that use a specific reference. For each reference, the name and location of one or more resources are shown.

    1. On the workspace home page, click Applications.
    2. On the Applications page, select the compartment that contains the application.
    3. In the applications list, click the name of the application.
    4. On the application details page, click References.
    5. In the References section, click Data assets or Tasks.
    6. Perform one of the following actions:
      • For data assets, select List resources used in from the Actions menu of the reference that you want to view.
      • For tasks, select View used in from the Actions menu of the reference that you want to view.
    7. In the Reference used in panel, sort the first column by clicking the header.
    8. To find a resource, enter the full name of the resource in the Filter by name field and press Enter.
  • Use the oci data-integration reference list command and required parameters, with the usedBy property, to list the resources used by a reference in an application in Data Integration:

    oci data-integration reference list [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the ListReferences operation with the usedBy property to list the resources used by a reference in an application in Data Integration.