renzo-sanchez-h commented on issue #39222:
URL: https://github.com/apache/airflow/issues/39222#issuecomment-2098964742
Hello there, I've just encountered the same issue.
It not only happens with classic operators, but anything in a task group
scope, such as:
`
@task_group
def process_model_requests(model_name):
config_results = prepare_pod_config(task_id=f"config_for_{model_name}")
result_paths = prepare_pods(config_results, f"for_{model_name}")
config_results >> result_paths
`
I have the version 2.6.3 though.
--
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]