You may need to create a custom component as it’s explained in week 3 (MLOps Methodology) of the Deploying Machine Learning Models in Production course
Seeing the CSV_EXAMPLE_GEN executor, I found this code:
for line in file:
buffer.write(line.decode('utf-8'))
Hey @leobons, thank you very much. I will start with week 3 (MLOps Methodology) of the Deploying Machine Learning Models in Production course today. I guess you’re right, with custom components through Python functions it should work!!!