Jorricks commented on issue #26068: URL: https://github.com/apache/airflow/issues/26068#issuecomment-1231826808
@potiuk I'll happily submit a PR but a lot has changed since the last time I made changes to the API. I was wondering two things: - Do we compile `v1.yaml`? - It seems that besides the change in `v1.yaml`, the change `queue = fields.String(dump_only=True)` to `queue = fields.String(dump_only=True, allow_none=True)` inside the `TaskSchema` would be all right :)? -- 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]
