amoghrajesh commented on code in PR #69757: URL: https://github.com/apache/airflow/pull/69757#discussion_r3728186774
########## airflow-core/tests/unit/serialization/test_dag_serialization.py: ########## Review Comment: I don't think this needs a bump. Its purely additive and only appears on `@task.stub` tasks that were called with taskflow args. `definitions.operator` also has `additionalProperties: true` and `validate_schema` only runs on the write path, so nothing on the read side changes for a v3 blob. `conversion_v3_to_v4` would probably be an empty function or very less. -- 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]
