ashb commented on code in PR #31182:
URL: https://github.com/apache/airflow/pull/31182#discussion_r1189755421
##########
airflow/jobs/dag_processor_job_runner.py:
##########
@@ -53,6 +53,7 @@ def __init__(
f"The job is already assigned a different job_type:
{job.job_type}."
f"This is a bug and should be reported."
)
+ self.job.job_type = self.job_type
Review Comment:
Should this be done in the base class so no other job subclasses forget it?
--
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]