SAP AI Core app & Azure Storage file Reading/Writing challenge

Dear SAP AI Community,

I am building an application on SAP AI Core to train a model and send an email with the output. The application is working fine when reading the file from azure storage location, the problem is when I want to write back the results of the training in CSV format to an specific folder in Azure storage location. 

There is no any error when I run the execution and nothing happens at storage level and the python function df.to_csv doesn’t write the file to the storage, I think the issue is how connect my docker image / python code to send the ouput to the storage in Azure and persist it.

I was trying to use an output parameter in my yaml file, but even using it and configure result sets in SAP AI Core I was not able to save the file. Any idea would be very appreciated!!

Thanks

Scroll to Top