gdivya6028 commented on code in PR #68785:
URL: https://github.com/apache/airflow/pull/68785#discussion_r3490795697


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -516,6 +521,9 @@ def get_dag_runs(
         get_latest_version_of_dag(dag_bag, dag_id, session)  # Check if the 
Dag exists.
         query = query.filter(DagRun.dag_id == dag_id).options()
 
+    if tags != "":

Review Comment:
   removed the condition, created a new QueryDagTagsFilter for DagTag filter on 
DagRuns page



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