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

[GitHub] [airflow] pierrejeambrun commented on issue #29745: Deprecate `execution_date` in the Airflow REST API

pierrejeambrun commented on issue #29745:
URL: https://github.com/apache/airflow/issues/29745#issuecomment-1444457502

   +1
   
   We might also want to handle other related fields such as:
   - execution_date_gte
   - execution_date_lte
   
   We can use the `deprecated` flag of OpenAPI spec to mark query params and schema fields deprecated, such as: 
   ![image](https://user-images.githubusercontent.com/14861206/221287821-9ccf30b4-3d2a-4d79-8ae6-8b6ffc16c377.png)
   ![image](https://user-images.githubusercontent.com/14861206/221287874-4ec28010-cccf-4b38-8e5c-639278dd24e3.png)
   
   A follow up for this would be to update the front end code to not use these deprecated fields.
   


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