You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/22 06:45:38 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #13740: Trigger a DAG Run via the Stable REST API fails with Bad Request due to external_trigger is set

ephraimbuddy commented on issue #13740:
URL: https://github.com/apache/airflow/issues/13740#issuecomment-765165714


   > Yes, you are right, this should be handled by the generator. So feel free to close this issue.
   > 
   > Just out of curiosity, did you test the `postDagRun` call with the Airflow go client?
   > 
   > This would show if the error only occurs for the `java client` parts of code generator or for different languages.
   
   I have triggered dagrun through python client and it worked fine. The OpenAPI generator is not perfect, you need to do some work on the generated code to get it working fine.
   Having said that, @mik-laj I think we need to remove the `default=True` argument, it's not necessary there, I think? though it's not affecting anything. What do you think?


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

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