Satoshi-Sh commented on PR #37638:
URL: https://github.com/apache/airflow/pull/37638#issuecomment-2041152227

   I'm working on `tests/api_connexion/endpoints/test_dataset_endpoint.py`. 
   
   ![Screenshot from 2024-04-06 
12-44-06](https://github.com/apache/airflow/assets/73622805/19fcd511-c86e-48ef-9840-00e1cbc4642c)
   
   It looks like the query parameter validator of Connexion v3 doesn't work 
properly. It raises extra query parameter errors even for parameters registered 
in open API(v1.yaml file). (I believe the v1.yaml file is set correctly.)
   
   Here is [the source 
code](https://github.com/spec-first/connexion/blob/e6ceb1fc0a13fbe504163592c15e8cac4b52fc6f/connexion/validators/parameter.py#L112C5-L122C1)
 of Connexion.
   
   This issue is affecting a lot of test cases. If you can have a look at this, 
it would be great.
   
   @potiuk @RobbeSneyders


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