Open nj1973 opened 2 months ago
It is interesting that the exception is thrown in combiner.py.generate_report()
. That "suggests" the actual Ibis queries completed successfully. I quoted "suggests" because I may be mistaken. We should look at what we are doing here to see if it can be improved.
We could also look into sys.setrecursionlimit(n)
, perhaps increasing from the default is sensible.
We also need to add column validation tests for pso_data_validator.dvt_many_cols
.
We've had issues reporting this for row validation previously but it can also be an issue for column validation.
Example command using our integration test table:
This was found while doing my own testing and not reported by a customer.