GitHub user SyedaEmanSaleem added a comment to the discussion: Adding new notification methods
Got it , thanks for clarifying. Yes, definitely check the volumes section in your docker-compose-image-tag.yml. If your compose file is mounting the local superset/ directory into the container, it can override the code changes inside the rebuilt image. In that case, even if you rebuilt with --no-cache, the container is actually running the mounted code instead of your modified image. GitHub link: https://github.com/apache/superset/discussions/35458#discussioncomment-14578566 ---- 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]
