bsm delete exceptions

Use this command to delete exception records from the repository. You can choose to delete exception records produced by a specific job in a dataflow or by all jobs in a dataflow.

Usage

bsm delete exceptions --n name --i id --r reports
RequiredArgumentDescription
Yes--n nameSpecifies the dataflow name.
No--i idSpecifies the job ID. Include this argument to delete exception records that were produced by a single job in the dataflow. Omit this argument to delete exception records that were produced by all of the jobs in the dataflow.
No--r reportsSpecifies whether to remove the data quality reports associated with the exception records.
true
Removes performance data along with the exception records. This is the default setting.
false
Exception records are removed from the repository, but the performance data is retained and still appears on the Data Quality page of the Exception Monitor.

Example

This example removes all exceptions for job ID 24 in the dataflow named "My Dataflow".

bsm delete exceptions --n "My Dataflow" --i 24