Brett Naul
04/07/2020, 9:09 PMtoday
from https://docs.prefect.io/api/latest/utilities/context.html as parameter defaults? right now I have a separate task that wraps each date paramnicholas
04/07/2020, 9:16 PMcontext
to either flow.run
or in the create_flow_run
GraphQL call.
It's possible that we could expose a kwarg on the Parameter class that would draw defaults from context in the futureBrett Naul
04/07/2020, 9:31 PMrun()
default to today or allow passing a default_factory ?Chris White
04/07/2020, 10:18 PM