Is it possible to make an EnvVarSecret "required" ...
# ask-community
s
Is it possible to make an EnvVarSecret "required" similar to how Parameters are required? https://docs.prefect.io/api/latest/tasks/secrets.html#secret
found the
raise_if_missing
parameter, it was just named differently than the way Parameter handled the same situation
👍 1