tirkarthi commented on issue #49714: URL: https://github.com/apache/airflow/issues/49714#issuecomment-2836036502
@Lee-W Does below help? I remember doing this and the method to get upstream indexes still returned None but you can give it a try. ```python dag: DAG = request.app.state.dag_bag.get_dag(dag_id) task = dag.get_task(task_id) ti.refresh_from_task(task) ``` -- 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]
