You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "aliotta (via GitHub)" <gi...@apache.org> on 2023/02/17 19:18:56 UTC

[GitHub] [airflow] aliotta opened a new pull request, #29600: fix clear dag run api responses by adding additional return type

aliotta opened a new pull request, #29600:
URL: https://github.com/apache/airflow/pull/29600

   This Pr fixes the openapi documentation for the clearDagRun api. The api in question has two returns types depending on whether the dry_run param is true or false. Whilst it has no affect on the swagger ui at this time documenting these other return types helps when using code generation and will help us when openapi starts using the multiple return types in its ui.
   


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] potiuk merged pull request #29600: fix clear dag run openapi spec responses by adding additional return type

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #29600:
URL: https://github.com/apache/airflow/pull/29600


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] bbovenzi commented on pull request #29600: fix clear dag run api responses by adding additional return type

Posted by "bbovenzi (via GitHub)" <gi...@apache.org>.
bbovenzi commented on PR #29600:
URL: https://github.com/apache/airflow/pull/29600#issuecomment-1435269880

   In `airflow/www` could you run `yarn run generate-api-types`. That should help with some static check failures. We may need to change some API tests too


-- 
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-unsubscribe@airflow.apache.org

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