def pipeline_dani(query:str = 'hola',) -> str: """ This is a pipeline that receives a string and returns it in uppercase. """ return query.upper()