[ https://issues.apache.org/jira/browse/AIRFLOW-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602204#comment-15602204
]
ASF subversion and git services commented on AIRFLOW-589:
---------------------------------------------------------
Commit c65f403a532941136aa62fa978f18ba82ce0ae7d in incubator-airflow's branch refs/heads/master
from [~alexvanboxel]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=c65f403 ]
[AIRFLOW-589] Add templatable job_name[]
The jobname is the name that will appear in the
DataProc web console.
It's helpfull to have a one-to-one mapping between
the airflow task and
the job running on the cluster. Adding a templated
parameter will allow
you to customize how airflow will construct the
jobname.
The default is to add the {{task_id}} +
{{ds_nodash}} + random hash.
Closes #1847 from alexvanboxel/feature/airflow-589
-dataproc-templated-job-name
> Google DataProc add job_name as templatable parameter
> -----------------------------------------------------
>
> Key: AIRFLOW-589
> URL: https://issues.apache.org/jira/browse/AIRFLOW-589
> Project: Apache Airflow
> Issue Type: New Feature
> Components: gcp
> Reporter: Alex Van Boxel
> Assignee: Alex Van Boxel
> Labels: gpc
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> The jobname is the name that will appear in the DataProc web console.
> It's helpfull to have a one-to-one mapping between the airflow task and
> the job running on the cluster. Adding a templated parameter will allow
> you to customize how airflow will construct the jobname.
> The default is to add the {{task_id}} + {{ds_nodash}} + random hash.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|