get http://localhost:9100/api/versioned/v1/datasets//usage
On success, returns a JSON object with information about the specific project steps and datasets that rely on the specified dataset. The JSON usage object and dependencies object contain this information respectively. Both the usage and dependencies objects contain the same set of components:
Key | Value Description |
---|---|
datasetId | The deployment-specific ID of the dataset returned. Unique across the entire deployment of Tamr Core. |
datasetName | The name of the dataset. Either user-given or user-generated to reflect which project and step the dataset is associated with. |
inputToProjectSteps | An array of all project steps to which the dataset is used as input. See the table that follows. |
outputToProjectSteps | An array of all project steps from which the dataset is output. See the table that follows. |
In addition, each project step listed in either inputToProjectSteps or outputToProjectSteps contain the following fields:
Field | Description |
---|---|
projectStepId | The extended ID of the project step in which the dataset is used. Unique across the entire instance of Tamr Core. |
projectStepName | The name of the projectStep. Defined by the projectName appended by the type . |
projectName | The name of the project with which the step is associated. |
type | The type of project step in which the dataset is used. |