- PR: https://github.com/astronomer/airflow/pull/1577 ## Why It's worthwhile to ensure the compatibility that lang-SDK runtime consume. ## How Cadwyn-based approach to make client (worker, lang-sdk) get the compatible schema regardless the server (Airflow-Core / TaskSDK) version. --- TODO: - [x] Create In-Process compatible schema migration for the Task-Execution path - [ ] Add Supervisor Schema Version to Java SDK JAR manifest
Why
It's worthwhile to ensure the compatibility that lang-SDK runtime consume.
How
Cadwyn-based approach to make client (worker, lang-sdk) get the compatible schema regardless the server (Airflow-Core / TaskSDK) version.
TODO: