in dagify/converter/engine.py [0:0]
def get_template_name(object, job_type):
for mapping in object.config["config"]["mappings"]:
if mapping["job_type"] == job_type.upper():
return mapping["template_name"]
# no match found
return None