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/12/18 15:22:23 UTC

[GitHub] [airflow] char101 edited a comment on issue #20396: Separate dag id with dag name

char101 edited a comment on issue #20396:
URL: https://github.com/apache/airflow/issues/20396#issuecomment-997216860


   DAG already have id, so we just need a name field. Adding name field is basically cosmetic and can be implemented with less risk:
   
   * add name field to the table
   * add name parameter to the constructor
   * incrementally fix the templates to use dag name instead of id
   
   Maybe the relation to versioning is that name and tags are attributes that could be versioned.


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