Is it possible to pass different parameters depend...
# ask-community
m
Is it possible to pass different parameters depending on flow execution time? I.e. when flow runs at 10am it gets these parameters:
Copy code
parameters={"timing": "morning"}
But at 4pm it instead receives:
Copy code
{
  "timing": "afternoon"
}
(This example is contrived for simplicity - I do realize I could calculate these values in the flow itself)
🔥 1
a
I think this is the 6th time I’ve heard folks ask for this in the last 3 weeks so consider it on the roadmap lol
The answer is not currently, but I think it makes a ton of sense to do this
💯 1
m
For what it's worth, I don't feel strongly this should be a native feature to prefect. I was expecting the answer to be that it isn't possible.
a
Weirdly enough it’s pretty consistent with our world view.
upvote 1