Gopal Dirisala

Results 76 comments of Gopal Dirisala

@dstandish With the changes introduced in PR #43183, is it still feasible to generate logs from locations other than the workers? If so, could you please provide a few references...

> @dirrao what is the status of this PR? I’ve implemented the changes on the Kubernetes executor to align with the new base executor feature. However, I’m uncertain about how...

> @dirrao - are you continuing with that :) ? Yes. We are waiting from the upstream to fix the bug.

@uranusjr Are we need to adjust the existing to fix failing checks? Can please check once?

@uranusjr Can you help me on the failing check?

@potiuk We are seeing the issue related to typecasting. Do we need this explicit type casting? ``` airflow/models/dag.py:2760: error: "TaskDecoratorCollection" not callable [120](https://github.com/apache/airflow/actions/runs/10155935894/job/28083658202?pr=39850#step:6:121) [misc] [121](https://github.com/apache/airflow/actions/runs/10155935894/job/28083658202?pr=39850#step:6:122) return cast("TaskDecoratorCollection", functools.partial(task,... [122](https://github.com/apache/airflow/actions/runs/10155935894/job/28083658202?pr=39850#step:6:123) ^...