pierrejeambrun commented on code in PR #57421:
URL: https://github.com/apache/airflow/pull/57421#discussion_r2469548346


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_run.py:
##########
@@ -473,8 +472,6 @@ def trigger_dag_run(
         return dag_run
     except ValueError as e:
         raise HTTPException(status.HTTP_400_BAD_REQUEST, str(e))
-    except ParamValidationError as e:
-        raise HTTPException(status.HTTP_400_BAD_REQUEST, str(e))

Review Comment:
   Adding a dummy comment so we don't merge by mistake



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