arnoldmr01 commented on code in PR #58581:
URL: https://github.com/apache/airflow/pull/58581#discussion_r2566524239


##########
airflow-core/src/airflow/models/serialized_dag.py:
##########
@@ -315,6 +317,7 @@ class SerializedDagModel(Base):
     dag_version = relationship("DagVersion", back_populates="serialized_dag")
 
     load_op_links = True
+    __data_cache: dict[Any, Any] | None

Review Comment:
   It actually wasn’t used; I accidentally added it, and it has now been 
removed.



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