potiuk commented on code in PR #56922:
URL: https://github.com/apache/airflow/pull/56922#discussion_r2446816405
##########
task-sdk/src/airflow/sdk/definitions/dag.py:
##########
@@ -533,6 +533,13 @@ def __attrs_post_init__(self):
RemovedInAirflow4Warning,
stacklevel=2,
)
+ if (
Review Comment:
Would be great to add a test for it. The fact that it was lost is a clear
sign that it is prone to regressions (and that test for it is missing).
--
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]