Hi All, As of now TI model view in Airflow is very static and each operator has to make use of given options only. I have opened a PR to add support for more links (buttons) on model view, which can redirect users to the outside of Airflow programmatically.
Some simple use cases of this feature could be: - Redirecting users to Hadoop RM page - Adding quick links to operators documentation - Better integration with third-party operators Please review following PR ( https://github.com/apache/incubator-airflow/pull/2657) and give your thoughts, +1s or -1s. Thanks, Sumit
