kaxil commented on code in PR #48239:
URL: https://github.com/apache/airflow/pull/48239#discussion_r2014418395
##########
airflow-core/src/airflow/jobs/triggerer_job_runner.py:
##########
@@ -594,8 +652,28 @@ def __init__(self):
self.failed_triggers = deque()
self.job_id = None
+ def init_comms(self):
+ """Init supervisor comms."""
+ from airflow.sdk.execution_time import task_runner
+
+ # Parse DAG file, send JSON back up!
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]