ephraimbuddy commented on code in PR #46320:
URL: https://github.com/apache/airflow/pull/46320#discussion_r1940900136


##########
airflow/api_fastapi/core_api/routes/public/task_instances.py:
##########
@@ -361,6 +367,7 @@ def get_task_instances(
     pool: QueryTIPoolFilter,
     queue: QueryTIQueueFilter,
     executor: QueryTIExecutorFilter,
+    version_name: QueryTIDagVersionFilter,

Review Comment:
   ```suggestion
       version_number: QueryTIDagVersionFilter,
   ```
   ?



##########
airflow/api_fastapi/core_api/routes/public/task_instances.py:
##########
@@ -428,6 +435,7 @@ def get_task_instances(
             executor,
             task_id,
             task_display_name_pattern,
+            version_name,

Review Comment:
   ```suggestion
               version_number,
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to