You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airflow.apache.org by Georg Walther <ge...@markovian.com> on 2016/10/14 16:46:52 UTC

Derive task instance execution timestamp in custom operator?

Hi all,


we wrote a couple of custom operator classes that log themselves to a
separate metadata database.
At present each task instance will log itself to this database identifying
itself with "self.task_id". Is there a way to access the execution
timestamp to amend self.task_id with?


Thank you,

Georg