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/21 15:01:28 UTC

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

seybi87 edited a comment on issue #13740:
URL: https://github.com/apache/airflow/issues/13740#issuecomment-764703137


   The issues is caused because the `external_trigger`  property is defined with  `default: true `.
   This results in an object `DAGRun dagRun = new DAGRun();` that has set the `external_trigger` value yet the Airflow server apin only accepts null values (as specified for the other DAGRun properties).
   
   


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