vincbeck commented on code in PR #56782:
URL: https://github.com/apache/airflow/pull/56782#discussion_r2445248093
##########
airflow-core/tests/unit/utils/test_helpers.py:
##########
@@ -256,7 +258,7 @@ class MockJobRunner(BaseJobRunner):
def __init__(self, job: Job, func=None):
super().__init__(job)
self.job = job
- self.job.job_type = self.job_type
+ self.job.job_type = cast("Column", self.job_type)
Review Comment:
Not sure this is the right change, we should probably update
`airflow-core/src/airflow/jobs/job.py`. I'll do 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]