Skip to content

WS-2200: Add acknowledgement changing to data-annotator.

Brittany Faciane requested to merge addAcksToAnnotator into 2.8.5-DEVELOPMENT

The syntax of calling the annotator has changed a bit. Instead of data_annotator --my-flags and_values, the new way is data_annotator mode --my-flags and_values. The project-acks subcommand is for assigning acknowledgements to projects, while ack-text is for modifying the acknowledgements themselves; the original data quality notes mode is called notes. Here's a few example commands for the new annotator:

data_annotator ack-text -d --acknowledgement-id {please_use_a_testing_id_here}

data_annotator ack-text -c --text "This is fake acknowledgement test so that I can make sure that the data annotator works."

data_annotator project-acks -d

Typing data_annotator -h will show help for the different subcommands/modes, while data_annotator project-acks -h will show help for the project-acks mode specifically.

Merge request reports