ephraimbuddy commented on pull request #16352: URL: https://github.com/apache/airflow/pull/16352#issuecomment-860746684
> > 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 compatibility in API? My current approach is to allow the caller to pass _either_ `execution_date` or `data_interval_[start|end]`, but how do I make this show in the schema? Also, is there a way to emit a message to tell the client to migrate? For it to show on the schema, you need to update the DagRun Component https://github.com/apache/airflow/blob/943292b4e0c494f023c86d648289b1f23ccb0ee9/airflow/api_connexion/openapi/v1.yaml#L1847 -- 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]
