Alexander Belikov
04/14/2022, 5:39 PMrun
but then to register it without parameters... This example essentially emulates my caseAnna Geller
Kevin Kho
PrefectSecret
task. On Server, you need to store local secrets. You can also see more on that here
2. On the parameters, you can also do required=False
so that you can register without a default
3. Parameters defaults on clocks/schedule don’t fulfill the requirement of having a default parameter because you can still trigger ad-hoc runs that would then not have any filled value.prefect
tagAlexander Belikov
04/15/2022, 10:19 AMrequired=False
- I want to be able to register and schedule flows with parameters that are requiredAnna Geller
sounds good - I'll keep posting on StackOverflow since it might help wider audience.Actually, could you post to Discourse instead? This is our preferred platform
Alexander Belikov
04/15/2022, 1:14 PMKevin Kho