Skip to content

[SIGMON-299] Backwards compatible QueryBuilder

Context

What was done

  • since functions from query.py unpack the single df, in certain places [0] was removed
  • calls to the functions that query and analyse 'pc events' were adapted to the new signatures
  • references were adapted manually (log messages were fixed, new messages were added, old ones removed)
  • HTML reports were replaced

TODO

QA

  • notebooks are passing:

Review objectives

  • ? assessment of code functionality
  • ? assessment of code quality
  • ? identifying potential refactorings / logic common to other projects
  • ? knowledge sharing
  • ? getting help to understand a piece of code
Edited by Aleksandra Mnich

Merge request reports