Lee-W commented on code in PR #54670:
URL: https://github.com/apache/airflow/pull/54670#discussion_r2286725538
##########
providers/standard/src/airflow/providers/standard/triggers/hitl.py:
##########
@@ -107,7 +107,7 @@ async def run(self) -> AsyncIterator[TriggerEvent]:
)
return
- await sync_to_async(update_htil_detail_response)(
+ await sync_to_async(update_hitl_detail_response)(
Review Comment:
@kaxil Sure! I'll be sure to pay more attention next time. Will we bump min
task-sdk version for airflow 3.1, if we're to do that, I don't think we need
the try...except. If we're not, I think we'd better add it
--
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]