You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/26 16:00:50 UTC

[GitHub] [airflow] dstandish opened a new issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

dstandish opened a new issue #14482:
URL: https://github.com/apache/airflow/issues/14482


   **Apache Airflow version**: 2.0.1
   
   **What happened**:
   
   Redirect to dags page
   
   **What you expected to happen**:
   
   go back to tree view
   
   **How to reproduce it**:
   
   go to tree view and clear failed task
   
   **Anything else we need to know**:
   
   I think it did not always do this, possibly prior to 1.10.14 it would return you to tree view.
   
   If I'm wrong about that I guess this is "feature request"
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] dstandish commented on issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

Posted by GitBox <gi...@apache.org>.
dstandish commented on issue #14482:
URL: https://github.com/apache/airflow/issues/14482#issuecomment-910357142


   Same, I think this is fixed


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] yogyang edited a comment on issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

Posted by GitBox <gi...@apache.org>.
yogyang edited a comment on issue #14482:
URL: https://github.com/apache/airflow/issues/14482#issuecomment-787078116


   maybe https://github.com/apache/airflow/discussions/14450 can give you a workaround.
   BTW, a possible fix in codes maybe 
   add the netloc of `conf.get('webserver', 'backend_url')` in this line https://github.com/apache/airflow/blob/5bfa0f123b39babe1ef66c139e59e452240a6bd7/airflow/www/views.py#L125


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #14482:
URL: https://github.com/apache/airflow/issues/14482#issuecomment-910140306


   @dstandish is this still happening for you? I'm on the latest of `main` and not experiencing this issue.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi closed issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

Posted by GitBox <gi...@apache.org>.
bbovenzi closed issue #14482:
URL: https://github.com/apache/airflow/issues/14482


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] yogyang commented on issue #14482: webserver redirects to dags page after clearing task or dagrun in tree view

Posted by GitBox <gi...@apache.org>.
yogyang commented on issue #14482:
URL: https://github.com/apache/airflow/issues/14482#issuecomment-787078116


   maybe https://github.com/apache/airflow/discussions/14450 can give you a workaround.
   BTW, a possible fix in codes maybe 
   add `conf.get('webserver', 'backend_url')` in this line https://github.com/apache/airflow/blob/5bfa0f123b39babe1ef66c139e59e452240a6bd7/airflow/www/views.py#L125


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org