Using "Run" in Server UI in conjunction with a scheduled flow #3867
Unanswered
ReubenTheDS
asked this question in
General
Replies: 1 comment 1 reply
-
Hi @ReubenTheDS - this is a common confusion for users new to deferred computation. On this line: date_to_print = Parameter("date_to_print", default=[get_todays_date()]) your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team, I would like your inputs on using Runs triggered in Prefect Server UI when the Flow is a scheduled one.
Background:
I confirm I can see the scheduled flow-runs in the UI
The expectation:
Every day the scheduled flow runs, it should print the date for that day
The problem:
The day printed by scheduled flow-runs is the first day that I set up the Prefect Server & connected to it from the script.
What am I missing, or, how could I do this better?
Beta Was this translation helpful? Give feedback.
All reactions