[ https://issues.apache.org/jira/browse/AIRFLOW-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075145#comment-16075145 ]
ASF subversion and git services commented on AIRFLOW-1343: ---------------------------------------------------------- Commit 644f5d43a49d621dbd2e3f4d4731bf85c240f080 in incubator-airflow's branch refs/heads/master from [~farlue] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=644f5d4 ] [AIRFLOW-1343] Fix dataproc label format Dataproc label must conform to the following regex: [a-z]([-a-z0-9]*[a-z0-9])?. Current "airflow_version" label violates this format. This commit fixes the format and updates the unittest to prevent future violations. Closes #2413 from fenglu-g/master > Add airflow default label to the dataproc operator > -------------------------------------------------- > > Key: AIRFLOW-1343 > URL: https://issues.apache.org/jira/browse/AIRFLOW-1343 > Project: Apache Airflow > Issue Type: Bug > Components: contrib > Reporter: XiangbingJi > Assignee: XiangbingJi > Priority: Minor > Fix For: 1.9.0 > > > Add a default label "airflow_version" to the dataproc operator and merge this > label with the user defined labels passed from the operator's _init_(). > Adding this default label facilitates measuring the impact of airflow. -- This message was sent by Atlassian JIRA (v6.4.14#64029)