[GitHub] [airflow] uranusjr commented on pull request #16352: DagRun.date_interval_start and date_interval_start

2021-06-14 Thread GitBox
uranusjr commented on pull request #16352: URL: https://github.com/apache/airflow/pull/16352#issuecomment-860749604 Is it possible to supply two API schemas for the endpoint? I want to allow both supplying `execution_date` *or* `data_interval_[start|end]`, but not both. And is there a way

[GitHub] [airflow] uranusjr commented on pull request #16352: DagRun.date_interval_start and date_interval_start

2021-06-10 Thread GitBox
uranusjr commented on pull request #16352: URL: https://github.com/apache/airflow/pull/16352#issuecomment-858670073 > Oh, we'll need to add these to the OpenAPI defn too. Yeah, I’m working on it, the `post_dag_run` endpoint also needs updating. How should we handle backward compatibi