sebbASF commented on PR #48624:
URL: https://github.com/apache/arrow/pull/48624#issuecomment-3702594229

   AFAICT when you refer to dry-run, you mean using something like 
```output.write(email_report.render("workflow_report"))```
   
   If the templates no longer contain the headers, then of course they won't be 
shown.
   
   I think the simplest way round this is to add a 
```includeHeaders```parameter to ```JinjaReport.render```, with default False. 
If True, the response should include the relevant header values.
   
   The dry-run code would then need to be changed to
   
   ```output.write(email_report.render("workflow_report"), True)```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to