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 2019/12/07 13:53:56 UTC

[GitHub] [airflow] OmerJog commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags

OmerJog commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags
URL: https://github.com/apache/airflow/pull/6489#issuecomment-562853127
 
 
   Just a thought...(and maybe more of a **future plan**) must tags be hard coded on dag level?
   Lets think of these tags just like adding label to a PR on github.
   You have a menu where you can set the labels.
   PRs can be tagged only with predefined labels. Any change to the label (rename / delete) will automatically cascade to all PRs with the tag.
   
   Now back to this implementation. The tags are hard coded in the DAG. Any one can tag what he wants and any change in the tag means code edit of the DAG. Do we want this?

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


With regards,
Apache Git Services