uranusjr opened a new pull request #17122: URL: https://github.com/apache/airflow/pull/17122
I tried renaming `DagRun.execution_date` to `schedule_date` and it produced a plethora of errors everywhere, so I’m taking a less drastic attempt on this. This PR adds a `schedule_date` field to the OpenAPI schema, and allow POST-ing a new DagRun with that field (instead of `execution_date`), but not both of them. Both `schedule_date` and `execution_date` fields are present when GET-ing a DagRun. Unfortunately this is not currently working; I can’t successfully express the above and the POST tests are currently failing to validate. I have very little experience with OpenAPI specification, so I’m creating this as a draft hoping some can provide some advice. cc @ephraimbuddy -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
