Taragolis commented on code in PR #37578:
URL: https://github.com/apache/airflow/pull/37578#discussion_r1497481885
##########
airflow/ti_deps/deps/base_ti_dep.py:
##########
@@ -46,12 +46,15 @@ class BaseTIDep:
IS_TASK_DEP = False
def __eq__(self, other: Any) -> bool:
+ """Check if two objects are equal by comparing their types."""
Review Comment:
Better to replace from abstract object(s) to Task Instance Dependency
##########
airflow/ti_deps/deps/base_ti_dep.py:
##########
@@ -46,12 +46,15 @@ class BaseTIDep:
IS_TASK_DEP = False
def __eq__(self, other: Any) -> bool:
+ """Check if two objects are equal by comparing their types."""
Review Comment:
Better to replace from abstract object(s)/instance(s) to Task Instance
Dependency
--
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]