ashb commented on code in PR #68390:
URL: https://github.com/apache/airflow/pull/68390#discussion_r3397418621
##########
task-sdk/src/airflow/sdk/execution_time/schema/versions/__init__.py:
##########
@@ -21,5 +21,8 @@
bundle = VersionBundle(
HeadVersion(),
+ # The initial, not-yet-released version of the contract. Shape changes to
+ # registered models land directly in the head snapshot until this ships;
+ # no VersionChange entries are possible against the bundle floor.
Review Comment:
Will it cause problems on main, or only on the PR and we can choose to
ignore it this time?
--
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]