There is no error in any log, but report is not sent for both slack and email. #32001
Closed
3 tasks done
Labels
alert-reports
Namespace | Anything related to the Alert & Reports feature
Bug description
We are currently using Superset latest (4.1.1), and imac. After cloning the repository via Git (https://github.com/apache/superset), we set up the Superset environment using docker-compose-image-tag.yml with Docker Compose. To investigate an issue, we modified docker-compose-image-tag.yml to add a Flower container.
After setting up the reports, we attempted to send them. Although all the report dispatches show as "success," none of the reports are being delivered. We checked all the logs, including those for worker, worker-beat, Flower, and web, and they all indicate that the dispatches were successful.
The configuration is set as follows:
SMTP is configured with Gmail, and SLACK_API_TOKEN is set as "xoxb-......". When setting up SMTP, I used an app password generated by Google. Additionally, when I tested the email example code provided in the Alert & Report section of the Superset documentation (https://superset.apache.org/docs/configuration/alerts-reports/#send-a-test-email) with my Gmail information, the email was successfully sent.
I cannot figure out why the reports are not being delivered. Could you help me understand why this issue occurs?
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.10
Node version
I don't know
Browser
Safari
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: