kaxil commented on code in PR #43243:
URL: https://github.com/apache/airflow/pull/43243#discussion_r1818240481
##########
providers/tests/openlineage/extractors/test_manager.py:
##########
@@ -313,6 +313,7 @@ def use_read():
dr = dag_maker.create_dagrun()
ti = TaskInstance(task=task, run_id=dr.run_id)
+ ti.refresh_from_db()
Review Comment:
The reason for this is explained in [**Issues identified Point
(1)**](https://github.com/apache/airflow/pull/43243#issuecomment-2439774584)
--
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]