ephraimbuddy commented on pull request #16352:
URL: https://github.com/apache/airflow/pull/16352#issuecomment-860782292


   > Is it possible to supply two API schemas for the endpoint? I want to allow 
supplying either `execution_date` or `data_interval_[start|end]`, but not both. 
And if I do that, is there a way to somehow mark the `execution_date` schema as 
deprecated?
   
   I don't think it's possible to supply two API schemas. We can mark the 
endpoint as deprecated and have a new endpoint with the 
data_interval_[start|end]. 
   ```
      post:
             deprecated: true
   ```
   
   


-- 
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:
[email protected]


Reply via email to