[ 
https://issues.apache.org/jira/browse/AIRFLOW-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Cederstrand updated AIRFLOW-1229:
--------------------------------------
    Description: 
I'm triggering a lot of DAGs manually using "airflow trigger_dag my_dag 
--run_id=some_unique_id". I would like to be able in the UI to browse easily to 
this specific DAG run using the "some_unique_id" label. In the graph page of 
the DAG, I need to know the exact execution date, which is inconvenient, and in 
the Browse -> DAG Runs page I can search by "some_unique_id", but the "Run Ids" 
column is not clickable.

The attached patch makes the aforementioned column clickable, so I'm sent 
directly to the graph view for that specific DAG run, not the DAG in general.

  was:
I'm triggering a lot of DAGs manually using "airflow trigger_dag my_dag 
--run_id=some_unique_id". I would like to be able in the UI to browse easily to 
this specific DAG run using the "some_unique_id" label. In the graph page the 
the DAG, I need to know the execution date, and in the Browse -> DAG Runs page 
I can search by "some_unique_id", but the "Run Ids" column is not clickable.

The attached patch makes the aforementioned column clickable, so I'm sent 
directly to the graph view for that specific run, not the DAG in general.


> Make "Run Id" column clickable in Browse -> DAG Runs
> ----------------------------------------------------
>
>                 Key: AIRFLOW-1229
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1229
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: webapp
>    Affects Versions: Airflow 1.8
>         Environment: Python3.4
>            Reporter: Erik Cederstrand
>              Labels: patch
>         Attachments: dag_run_link.patch
>
>
> I'm triggering a lot of DAGs manually using "airflow trigger_dag my_dag 
> --run_id=some_unique_id". I would like to be able in the UI to browse easily 
> to this specific DAG run using the "some_unique_id" label. In the graph page 
> of the DAG, I need to know the exact execution date, which is inconvenient, 
> and in the Browse -> DAG Runs page I can search by "some_unique_id", but the 
> "Run Ids" column is not clickable.
> The attached patch makes the aforementioned column clickable, so I'm sent 
> directly to the graph view for that specific DAG run, not the DAG in general.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to