created draft for generic analysis method
Compare changes
+ 0
− 0
No preview for this file type
This introduces a module that handles calling of scripts in the server side backend.
generic_analysis.py
and example_script.py
Please check the integration tests and also do the following:
bin
directoryrun(ENT_ID)
(or use update_changed_entities.py from CFAED) and setup logging (e.g. like this debug_file = configure_server_side_logging(loggername="")
)resp = run_server_side_script('update_changed_entities.py'),print(resp.stdout, resp.stderr)
)Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.