mosescha1972 commented on issue #38420:
URL: https://github.com/apache/superset/issues/38420#issuecomment-4001628655
Mattermost is rejecting the JSON payload itself.
The root cause now appears to be a payload format mismatch.
Mattermost Incoming Webhooks require a JSON structure that includes at
minimum:
{
"text": "message"
}
However, Superset’s TEXT report format sends a structured JSON payload that
does not match Mattermost’s expected webhook schema.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]