odahu / odahu-automation

Apache License 2.0
8 stars 0 forks source link

When the DAG is deleted, the `404 Not Found` page is shown after confirmation to delete one #113

Open BPylypenko opened 3 years ago

BPylypenko commented 3 years ago

Description

When the DAG is deleted, the 404 Not Found page is shown after confirmation to delete one and leads to the <domain name>/admin/ page. Maybe it should lead to <domain name>/airflow/admin/ page.

Steps to Reproduce:

  1. Create DAG on Airflow plugin.
  2. Click Delete tag and confirm action.
  3. Notice that page with 404 Not Found nginx/1.17.8 shown. (URL:<domain name>/admin/)

Actual result

When the DAG is deleted, the 404 Not Found page is shown after confirmation to delete one. (URL:<domain name>/admin/).

Expected result

When the DAG is deleted and action is confirmed, the site should lead to main Airflow plugin page. (URL:<domain name>/airflow/admin/).

Attachments

airflow_DAG_deletion