update

Pipeline to update specific fields in a MySQL database.

pdm_utils.pipelines.update_field.main(unparsed_args)

Runs the complete update pipeline.

pdm_utils.pipelines.update_field.parse_args(unparsed_args_list)

Verify the correct arguments are selected for getting updates.

pdm_utils.pipelines.update_field.update_field(alchemist, update_ticket)

Attempts to update a field using information from an update_ticket.

Parameters
  • alchemist (AlchemyHandler) – A connected and fully build AlchemyHandler object.

  • update_ticket (dict) – Dictionary with instructions to update a field.