Importing a dump into postgres over a schema that already had objects ended on "imported, but the engine reported 320 errors". The modal listed five of them and closed with "and 238 more distinct errors not shown", so the interesting failures past the fifth were unreachable from the UI.
The cap that keeps a report small is the same one the UI renders, and it is set to five. The modal already scrolls, so the report should carry the whole list, bounded generously rather than at a handful, while the one-line CLI summary keeps spelling out only the first few and counting the rest.
Importing a dump into postgres over a schema that already had objects ended on "imported, but the engine reported 320 errors". The modal listed five of them and closed with "and 238 more distinct errors not shown", so the interesting failures past the fifth were unreachable from the UI.
The cap that keeps a report small is the same one the UI renders, and it is set to five. The modal already scrolls, so the report should carry the whole list, bounded generously rather than at a handful, while the one-line CLI summary keeps spelling out only the first few and counting the rest.