Niels Bantilan
09/08/2022, 5:48 PMKetan (kumare3)
09/08/2022, 6:55 PMNiels Bantilan
09/08/2022, 7:28 PMDo you need the kick-off time as a parameter to fetching data from, say, an s3 bucket or DB?Cool, so that’s a “yes” to this question
Ryan Delgado
09/10/2022, 12:58 PMSebastian
11/07/2022, 2:15 PMKetan (kumare3)
11/07/2022, 3:27 PMSebastian
11/07/2022, 3:31 PMKetan (kumare3)
11/07/2022, 3:32 PMSebastian
11/07/2022, 3:33 PMKetan (kumare3)
11/07/2022, 3:34 PMSebastian
11/07/2022, 3:39 PMKetan (kumare3)
11/07/2022, 3:39 PMSebastian
11/07/2022, 3:42 PMdefault_inputs={"execution_time": datetime.now()}
, which is evaluated to the build timeKetan (kumare3)
11/07/2022, 3:42 PMSebastian
11/07/2022, 3:43 PMkickoff_time_input_arg="execution_time",
and it should be fineKetan (kumare3)
11/07/2022, 3:43 PMSebastian
11/07/2022, 3:43 PMKetan (kumare3)
11/07/2022, 3:44 PMSebastian
11/07/2022, 3:55 PMdefault_args={"kickoff_time": datetime.now()}
won't get the scheduled time but the build time. That's why we have kickoff_time_input_arg="kickoff_time"
..."Ketan (kumare3)
11/07/2022, 3:56 PM