mszpot-future-processing commented on issue #41306:
URL: https://github.com/apache/airflow/issues/41306#issuecomment-2275205447
I added `return GlueJobOperator(.....).partial(...` and got new error:
```
Broken DAG: [/usr/local/airflow/dags/chore-check-task-group/stage3.py]
Traceback (most recent call last):
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/models/taskmixin.py",
line 262, in set_downstream
self._set_relatives(task_or_task_list, upstream=False,
edge_modifier=edge_modifier)
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/models/taskmixin.py",
line 214, in _set_relatives
task_object.update_relative(self, not upstream,
edge_modifier=edge_modifier)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute 'update_relative'
```
--
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]