GitHub user SyedaEmanSaleem added a comment to the discussion: Adding new notification methods
Hi! It looks like you’re on the right track. A few things to check: ensure your Mattermost integration is in the correct Superset source files and properly registered. After modifying the code, rebuild the Docker image without cache using docker-compose build --no-cache and docker-compose up, and check for any volume mounts that might override your changes. Don’t forget to initialize Superset with superset db upgrade and superset init after your changes. I haven’t personally integrated Mattermost, but once properly registered, it should work reliably for notifications. GitHub link: https://github.com/apache/superset/discussions/35458#discussioncomment-14577174 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
