AmFlint commented on code in PR #31182:
URL: https://github.com/apache/airflow/pull/31182#discussion_r1189879660


##########
airflow/jobs/triggerer_job_runner.py:
##########
@@ -252,14 +252,12 @@ def __init__(
         job: Job | JobPydantic,
         capacity=None,
     ):
-        super().__init__()
+        super().__init__(job)
         if job.job_type and job.job_type != self.job_type:

Review Comment:
   Sorry forgot about that I wasn't fully focused, was fighting to get Airflow 
running locally on ARM macbook for the first time it's not really easy haha



-- 
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]

Reply via email to