tirkarthi commented on issue #49714: URL: https://github.com/apache/airflow/issues/49714#issuecomment-2831961944
`get_relevant_upstream_map_indexes` seems to be not implemented yet and might help here but since `task-sdk` doesn't have DB access I guess it might be a fair bit of work to do the port. Another would be to use the implementation in airflow-core to execute it in the web server and pass it back through `TIRunContext` which has `upstream_map_indexes` to `task-sdk` . https://github.com/apache/airflow/blob/19122e7be123b555e91fedb9088d206a5aa685af/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L379-L383 -- 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]
