Jutta Lachfeld
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Jutta Lachfeld-
Jutta Lachfeld created a post,
How to access general connection specific configuration entries from export related classes
I am adding export functionality to a customer specific plugin that already contains import functionality. The customer specific class derived from DataStoreType creates some general connection rel...
-
Jutta Lachfeld created a post,
how to get export job status via SDK
Is there a way to get the status of an export job via SDK? My plugin gets as an argument the path of an export job file in the Datameer folder hierarchy. Now I would like to get job status informat...
-
Jutta Lachfeld created a post,
REST API and SSO
How can I use the REST API if SAML SSO is enabled and local logon is disabled? Is it possible at all? Could you please provide a curl example for this case.
-
Jutta Lachfeld created a post,
SAML SSO SDK Extensions
After implementing a lot of Datameer plugins (functions), I now have to write a SAML SSO SDK Extension. I am new to SAML SSO, so please bear with me. The documentation refers to a new and delivered...
-
Jutta Lachfeld commented,
Thanks! Throwing a RuntimeException does it. Will keep the Preconditions in mind for later use.
-
Jutta Lachfeld created a post,
schema package with ValueType classes not documented
I just wrote a plugin function of type GroupExpandingSeriesFunctionType which returns a tiny list of sublists in each cell. I arranged the data in this hierarchy to get a better structure. Definini...
-
Jutta Lachfeld created a post,
How can a plugin return a specific error message for display at the GUI?
The SDK documentation shows that the main action of a plugin has to take place in a class which implements a ValueComputor interface. The methods which have to be implemented are compute(), compute...
-
Jutta Lachfeld created a post,
possible SDK bug in handling custom plugin intermediate result aggregator
I have written a custom plugin containing specific aggregation functionality. My outer class extends GenericBaseFunctionType, implements IntermediateResultAggregationFunctionType and expects severa...