@property
    def dag_id(self):
        if self.has_dag():
            return self.dag.dag_id
        else: