kosteev commented on issue #49540: URL: https://github.com/apache/airflow/issues/49540#issuecomment-2821186235
@amoghrajesh @kaxil I think it is different issue, but similar/related. Here is the issue with using task_ids as a list with one element: - in Airflow 2 return value will be list with one element - in Airflow 3 it is just the value itself (not a list) It has to be here: https://github.com/apache/airflow/blob/3ccbcff2e25acbcafcb710a200b78e29ddc7a827/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L367 As a user I wouldn't expect different type of result depending on the number of elements in the parameter. Is it really intended? -- 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]
