Blake
04/17/2022, 1:16 AMKevin Kho
04/17/2022, 1:19 AMBlake
04/17/2022, 1:21 AMKevin Kho
04/17/2022, 1:23 AMwith Flow()
secret_name = Parameter("secret_name")
PrefectSecret()(secret_name)
Just note to pass it to the run methodBlake
04/17/2022, 1:26 AMKevin Kho
04/17/2022, 1:27 AMPrefectSecret(secret_name)
I don’t think that will work. it really needs to be run time because the init will be evaluated during registration time