-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There is a text limit to the comment that get published to Github actions. When running Piperider on more than 100+ tables, that comment/comparison markdown is too large for Github to accept.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I think the best way to handle would be to optionally reduce the verbosity of a summary report to only highlight the things/tables that have changed instead of all tables. This way the comment can be drastically shorter then the normal comparison summary.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I have tried using the piperider github action for comparison, and writing my own action steps using the github comment upload api, but the markdown for the summary is simply too large.
Additional context
Add any other context or screenshots about the feature request here.