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 2020/10/23 13:32:07 UTC

[GitHub] [airflow] tshrinivasan opened a new issue #11781: Add number to each dag in DAGs list page

tshrinivasan opened a new issue #11781:
URL: https://github.com/apache/airflow/issues/11781


   
   **Description**
   
   The DAGs list page lists all the dags. It will be good to have "Number" as first column. 
   
   
   **Use case / motivation**
   
   We dont have any number displayed on the DAGs list page, to know how many dags are there.
   It will be help to have a serial number as first column.


----------------------------------------------------------------
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] ryw closed issue #11781: Add number to each dag in DAGs list page

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


   


----------------------------------------------------------------
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] tshrinivasan commented on issue #11781: Add number to each dag in DAGs list page

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


   Thanks all for the inputs. Agreeing with the current design.


----------------------------------------------------------------
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] madison-ookla edited a comment on issue #11781: Add number to each dag in DAGs list page

Posted by GitBox <gi...@apache.org>.
madison-ookla edited a comment on issue #11781:
URL: https://github.com/apache/airflow/issues/11781#issuecomment-715453425


   DAG IDs are currently the primary key for the DAG table, and I suspect that an additional serial will not be added to the model definition as the alphanumeric name serves as the unique identifier: https://github.com/apache/airflow/blob/master/airflow/models/dag.py#L1970


----------------------------------------------------------------
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] madison-ookla commented on issue #11781: Add number to each dag in DAGs list page

Posted by GitBox <gi...@apache.org>.
madison-ookla commented on issue #11781:
URL: https://github.com/apache/airflow/issues/11781#issuecomment-715453425


   DAG IDs are currently the primary key for the DAG table, and I don't imagine that an additional serial will be added to the model definition as the alphanumeric name serves as the unique identifier: https://github.com/apache/airflow/blob/master/airflow/models/dag.py#L1970


----------------------------------------------------------------
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] kurtqq commented on issue #11781: Add number to each dag in DAGs list page

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


   if the issue is only total number than you already have an answer in previous comments.
   if you are after just numbing the dags i don't think i see the value of this. The numbing you will see is artificial in the UI - it will be based on ur current filtering, someone else will have different numbers to the same dags.


----------------------------------------------------------------
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] madison-ookla commented on issue #11781: Add number to each dag in DAGs list page

Posted by GitBox <gi...@apache.org>.
madison-ookla commented on issue #11781:
URL: https://github.com/apache/airflow/issues/11781#issuecomment-715430855


   Are you running airflow with RBAC enabled? Because there is a count of all DAGs (and active vs paused) on the DAG list page:
   ![Screen Shot 2020-10-23 at 9 00 14 AM](https://user-images.githubusercontent.com/52679885/97026456-3eaa3680-150e-11eb-82fe-dbbf7eac45ea.png)
   


----------------------------------------------------------------
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] ryw commented on issue #11781: Add number to each dag in DAGs list page

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


   Thanks for the suggestion @tshrinivasan - but I agree with others that we do have total # of DAGs in the UI, and adding a new column to the listing w/ an ordinal dag number doesn't add value, and we're already constrained for horizontal space in that view. Closing 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.

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



[GitHub] [airflow] tshrinivasan commented on issue #11781: Add number to each dag in DAGs list page

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


   This is nice.
   
   It will be nice to see the serial number as the first column on the DAGs
   list page.
   
   It will be good to identify the DAGs and mention to others, when we have
   the DAG names as alphanumeric characters only.
   


----------------------------------------------------------------
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] boring-cyborg[bot] commented on issue #11781: Add number to each dag in DAGs list page

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #11781:
URL: https://github.com/apache/airflow/issues/11781#issuecomment-715342735


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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