Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Added collecting 't' timings during python transformation

Collecting 't' timings were misses was missed during python transformation. Added (transform) timing to generic transform function to report it in processing result.

...

For a large file we were receiving an error "ORA-01000: maximum open cursors exceeded" when there were multiple lookups in a SP. We adjusted this so Fixed by correctly closing the descriptor in the python code.

...

Misleading exception in REST EQL call

When a fail failure was generated for a REST EQL call, the TSR was not able to be parsed, so the user was presented with a response that did not call out the specific failure. The TSR is now able to be parsed so that the failure on message in the response is more accurate.

...