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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to