New CLI command to delete exceptions

We now provide the ability to purge Business Steward Module (BSM) exceptions through the command line interface (CLI) using the bsm delete exceptions command. The command follows this syntax:

bsm delete exceptions --n DATAFLOWNAME --i JobID --r true/false

where:

  • n = Dataflow Name, required
  • i = Job ID (optional). If not specified, all job runs for the named dataflow are removed.
  • r = Remove data quality report data; Default is true.
    • If true, this function deletes data quality report data when deleting the exceptions.
    • If false, this function keeps data quality report data when deleting the exceptions.