shivaam commented on PR #65958: URL: https://github.com/apache/airflow/pull/65958#issuecomment-4529680612
I have been thinking about the schema versioning flow across #67235 and this PR. Each language SDK/runtime version should already know which supervisor schema version it supports. Would it be simpler if the SDK/runtime reports or negotiates that with the coordinator during startup, instead of requiring the version to be present in bundle metadata such as a manifest/comment/footer? That would keep schema versioning as an SDK/runtime concern. Users would only choose the SDK version they depend on, and would not need to understand or maintain the supervisor schema version separately. -- 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]
