The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
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.
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM EngineeringHi,
Meta data is ONLY used while you design the process in the UI, i.e. to show you a pre-populated combobox of available attribute names and such. It has NO other use. Meta data has absolutely zero impact when running a process.
Regards,
Marco5
Answers
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
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.