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 reportsRequired | Argument | Description |
---|---|---|
Yes | --n name | Specifies the dataflow name. |
No | --i id | Specifies 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 reports | Specifies whether to remove the data quality reports associated with the exception records.
|
Example
This example removes all exceptions for job ID 24 in the dataflow named "My Dataflow".
bsm delete exceptions --n "My Dataflow" --i 24