In Delta Live tables I ran into a situation where the Schema in the source system showed as an integer but the DLT table had already inferred the schema during a prior pull as a string. This caused a merge conflict and the pipeline failed to run.
This error provided a column name as the source of the issue but didn't provide a table name so I had 50 potential tables that could contain the column that might be causing the issue. This should have stated which table contained the issue. Since the issue happened during "Setting Up Tables" A graph was never rendered so it was impossible to see the issue.