o-nikolas commented on code in PR #67217:
URL: https://github.com/apache/airflow/pull/67217#discussion_r3300314538
##########
providers/edge3/src/airflow/providers/edge3/worker_api/v2-edge-generated.yaml:
##########
@@ -959,6 +959,12 @@ components:
- type: string
- type: 'null'
title: Version
+ version_data:
+ anyOf:
+ - additionalProperties: true
+ type: object
+ - type: 'null'
Review Comment:
This ended up needing a model serializer in workloads.base.BundleInfo to be
able to get the field not passed over the wire if None/null. Seems maybe not
worth it to me, and keeping it the same as `version` above seems fine. Thoughts
@ashb?
--
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]