Hello, is there a way for resources to use pydanti...
# ask-community
p
Hello, is there a way for resources to use pydantic’s SecretStr or SecretField for passwords? I don’t want the password to be visible in the resources page in Dagit
❤️ 1
p
EnvVar works well for this case, thank you!
Hi @rex how do I declare this resource on unit tests? Merely importing the resources and naming it by key doesn’t seems to invoke the password
r
@ben could you answer this question?