davzucky
03/04/2021, 10:54 AMZanie
03/04/2021, 3:45 PMPrefectSecret
that will be resolved at runtime. I think the key here is not accepting a password at init time. I think individual parameters can feel more usable than a connection string. Depending on the complexity, I'd probably design it to take both and put the logic in a simple function MyTask.generate_connection_string
that will ignore individual parameters if the connection string is set. The init logic should throw an exception if they've provided an individual parameter and a connection string.