kaxil commented on code in PR #45627:
URL: https://github.com/apache/airflow/pull/45627#discussion_r1914774759


##########
task_sdk/src/airflow/sdk/definitions/baseoperator.py:
##########
@@ -1005,25 +1190,17 @@ def dag(self) -> DAG:
             raise RuntimeError(f"Operator {self} has not been assigned to a 
DAG yet")
 
     @dag.setter
-    def dag(self, dag: DAG | None | AttributeRemoved) -> None:

Review Comment:
   Sounds good



-- 
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]

Reply via email to