Hello! I have a question regarding the storage cla...
# ask-community
c
Hello! I have a question regarding the storage classes in dagster-postgres. We currently use wrapper classes to override
from_config_value()
so it will fetch credentials from Secrets Manager. However, the connection will fail when the secrets get rotated. What would be the best way of dealing with this without having to restart the Dagster instance?
Hi team! Bumping up my question in case anyone has any ideas