Describe the bug
When running edr monitor send-report, we get the slack report summary to the slack channel, we have a log printout saying Sent report to Slack. but we don't have the report sent to the slack channel
To Reproduce
Steps to reproduce the behavior:
- run some tests (so there's something to report on...)
- run send-report. Example cmdline:
edr monitor send-report -st <token> -ch roi-playground -t snowflake --days-back 1 --env prod
- See the report summary message sent to the slack
- see no html file in the slack.
- see the log saying "sent report to slack"
Expected behavior
a .html file containing the report being passed in the slack channel
Screenshots
logs look like this

but slack channel looks like this

Environment (please complete the following information):
- edr Version: master
- dbt package Version: latest
Additional context
raised in support thread by Shantanu Panwar https://elementary-community.slack.com/archives/C02CTC89LAX/p1678816110540659
From SyncLinear.com | ELE-525
Describe the bug
When running edr monitor send-report, we get the slack report summary to the slack channel, we have a log printout saying
Sent report to Slack.but we don't have the report sent to the slack channelTo Reproduce
Steps to reproduce the behavior:
edr monitor send-report -st <token> -ch roi-playground -t snowflake --days-back 1 --env prodExpected behavior
a .html file containing the report being passed in the slack channel
Screenshots
logs look like this
but slack channel looks like this
Environment (please complete the following information):
Additional context
raised in support thread by Shantanu Panwar https://elementary-community.slack.com/archives/C02CTC89LAX/p1678816110540659
From SyncLinear.com | ELE-525