Tasks 1, 2, 3, 4 in the same dag will insert to a db table. I then want task 7 to update the db table only for rows with timestamp >= the time of the start of the dagrun (not the start time of task 7).
Is there some jinja/kwarg/context macro i can use? I didn't see any example to get dagrun start_date (not exec date).
context
variable contain a number of variables containing information about the task context, includingdag_run.start_date