During my experimentation with the latest feature that allows including notebook output in a commit, I ran into a specific issue. While attempting to commit my recent changes, I encountered an error message stating "Error fetching Git status." Interestingly, this error vanishes when I reduce the number of tables generated using the "display(df)" function or limit the number of columns and rows within a table. It appears that there might be a restriction on the size of the output, but I couldn't locate any specific information about this limitation, apart from the file size limit (which is not applicable in this case).
I would greatly appreciate it if anyone who has faced a similar issue could provide further insights or additional information on this matter.