ashb commented on code in PR #22698:
URL: https://github.com/apache/airflow/pull/22698#discussion_r844921735
##########
airflow/plugins_manager.py:
##########
@@ -154,6 +156,8 @@ class AirflowPlugin:
# buttons.
operator_extra_links: List[Any] = []
+ custom_ti_deps: List[Any] = []
Review Comment:
The `custom_` prefix is I think implicit (it's a plugin, everything is
custom), so we could just call this `ti_deps`
--
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]