liminal/runners/airflow/tasks/job_end.py [39:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            namespace=self.metrics_namespace,
            application_name=self.pipeline_config['pipeline'],
            backends=self.metrics_backends,
            dag=self.dag,
            trigger_rule=self.trigger_rule,
        )

        if self.parent:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



liminal/runners/airflow/tasks/job_start.py [39:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            namespace=self.metrics_namespace,
            application_name=self.pipeline_config['pipeline'],
            backends=self.metrics_backends,
            dag=self.dag,
            trigger_rule=self.trigger_rule,
        )

        if self.parent:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



