Sychronize Metadata with Real data

I am building a process from in which I gives dataframe from my "Execute Python" operator which has to be used by read csv/process further used. Sometimes in sub-process after python the data is not fetched.
In Tab-->Process (I checked the option) Synchronize Meta data with real data.
But how do I ensure that everything is synced when I run the process on server.
Find more posts tagged with
Sort by:
1 - 3 of
31

I went through the tutorials but I not very clear.The first answer you provided would definitely work but is there other way round to synchronize the meta data.
I have created the above process which gets data for n machines from python and creates n no of models which I store in my same subfolder of above process.But when I am running the above process on server it runs successfully but no new models are getting reflected in my repository.
Probably due to unsynced meta data.So I am not able to fix the issue.
Sort by:
1 - 1 of
11
There is a more formal way that is outlined in the execute python documentation that involves describing your metadata in your python or R code. Take a look at the section that discusses handling metadata towards the end.
https://docs.rapidminer.com/latest/studio/operators/utility/scripting/execute_python.html
regards,
Alex