Hi, is it possible to know why it not recommended ...
# flytekit
t
Hi, is it possible to know why it not recommended to drive any production logic on the execution_date ? My use case is the following : I want to schedule a dag every day to load data from an API, the Api require a date, I want to to use the execution date, to me it a safe usage please let me know if I am wrong
k
hi @Tarik you can always pass the schedule time as a workflow argument e.g. `kickoff_time_input_arg`here ttps://docs.flyte.org/en/latest/concepts/schedules.html#concepts-schedules
t
thank-you I will try this way
159 Views