jscheffl commented on code in PR #41298:
URL: https://github.com/apache/airflow/pull/41298#discussion_r1710125051


##########
airflow/operators/trigger_dagrun.py:
##########
@@ -250,7 +263,7 @@ def execute(self, context: Context):
                 )
                 time.sleep(self.poke_interval)
 
-                dag_run.refresh_from_db()
+                dag_run.refresh_from_db()  # TODO here fail on internal API

Review Comment:
   I assume as the implementation will need to be re-worked for Airflow 3.0 / 
AIP-72, does not make sense (short term) to track this as issue. Might be a 
"dead horse". Changed comment(s) accordingly.



-- 
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]

Reply via email to