Versions Compared

Key

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

...

Enabled global configuration parameter to enable FailOnExceedingMaxRows.

Enabled global configuration parameter to enable FailOnExceedingMaxRows.
To enable, add the below to (or create) the file estar/tpe/dynamic/pyrules/custom/env.py

def is_fail_on_exceeding_maxrows():

    return True

...