Lee-W commented on code in PR #57725:
URL: https://github.com/apache/airflow/pull/57725#discussion_r2488716824
##########
airflow-core/src/airflow/ti_deps/deps/base_ti_dep.py:
##########
@@ -120,7 +120,8 @@ def is_met(self, ti: TaskInstance, session: Session,
dep_context: DepContext | N
"""
Return whether a dependency is met for a given task instance.
- A dependency is considered met if all the dependency statuses it
reports are passing.
+ A dependency is considered met if all the dependency statuses it
reports
+ are passing. This is only used in tests.
Review Comment:
Do we want to add `:meta private:` for this?
--
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]