Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
"Using macro to set database parameter"
Hello,
I would like to use a macro to set parameters in my database connection that is published on a RapidAnalytics server - for example, I would like to be able to have the string published, but modify a parameter like oauthaccess token at runtime.
I attempted to use %{oauthaccesstoken} in the database connection setup on the server, and then to set that macro in RapidMiner locally when it run, but it throws an error.
Does anyone know if this is possible?
Thanks,
Eric
I would like to use a macro to set parameters in my database connection that is published on a RapidAnalytics server - for example, I would like to be able to have the string published, but modify a parameter like oauthaccess token at runtime.
I attempted to use %{oauthaccesstoken} in the database connection setup on the server, and then to set that macro in RapidMiner locally when it run, but it throws an error.
Does anyone know if this is possible?
Thanks,
Eric
0
Answers
If there are just a few options, you might try Select Subprocess and control that one with a macro?
Dortmund, Germany
Is there anyone who has tried to do this?