sunank200 commented on code in PR #53189:
URL: https://github.com/apache/airflow/pull/53189#discussion_r2208296638
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py:
##########
@@ -47,6 +48,15 @@ def _get_task_instance(
session: SessionDep,
map_index: int | None = None,
) -> TI:
+ """
+ Get a task instance by its identifiers.
+
+ :param dag_id: DAG ID
Review Comment:
Changed it.
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py:
##########
@@ -47,6 +48,15 @@ def _get_task_instance(
session: SessionDep,
map_index: int | None = None,
) -> TI:
+ """
+ Get a task instance by its identifiers.
+
+ :param dag_id: DAG ID
+ :param dag_run_id: DAG run ID
Review Comment:
Changed 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]