Lee-W commented on code in PR #54043:
URL: https://github.com/apache/airflow/pull/54043#discussion_r2251135229


##########
airflow-core/src/airflow/api_fastapi/auth/managers/models/resource_details.py:
##########
@@ -65,6 +65,13 @@ class AssetAliasDetails:
     id: str | None = None
 
 
+@dataclass
+class HITLDetails:
+    """Represents the details of an HITL operator"""
+
+    ti_id: str | None = None

Review Comment:
   Looks like it's outdated. I'll mark it as resolved. But feel free to reopen 
it if there's more to discuss 🙂 



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