| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary |
Implements a client library for integrating with IBM Information Analyzer through its REST API.
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionReport |
IARestClient.runColumnAnalysis(String projectName,
String columnName)
Run a column analysis within the specified project, against the specified column(s).
|
TaskExecutionReport |
IARestClient.runDataQualityAnalysis(String projectName,
String tableName)
Run a data quality analysis within the specified project, against the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskExecutionSchedule> |
IARestClient.getTaskStatus(TaskExecutionReport taskExecutionReport)
Retrieve the status of each task within a running request.
|
Copyright © 2018–2021 ODPi. All rights reserved.