Geheiner
Geheiner
I have these plans for the serialization of actions, dataObjects and connections: I intend to serialize the entire instanceRegistry to a HOCON Config File and send that one as a...
> If there is no connection wit Yes, that sounds good. All DataObjects that use agents should therefore have a connection assotiated with them
Currently, I'm thinking of the following way of implementing it. There exist two instances of SDLB: - the "Main instance of SDLB" that orchestrates the whole execution of the DAG...
OK, so if I understand point 1. correctly, we have only one central HOCON configuration to which the main instance has access. This config contains a new section called agents,...
The results of the checks could be displayed by the Rest-Info API (and later be pushed by websockets) once this is implemented : https://github.com/smart-data-lake/smart-data-lake/issues/450
Additional example: In the JSON Schema Viewe, the text displayed for the persist Option of a CustomDataframeAction is the one belonging to the breakDataFrameLineage Option: 
Nice timing as I'm currently working again on https://github.com/smart-data-lake/smart-data-lake/issues/481. I could use this code to send the HOCON Config as JSON to the RemoteAgent
write "bad data" to another data object for further analysis is probably not covered currently right ? I'm not sure how urgently we need this though as I have to...
Hi @pgruetter Yes, everything described in this issue was done. What's left is just to update the documentation (work in slow progress on my side). Next step is to actually...
Good idea on the validation of the documentation! About mocking Databases in integration tests : Actually there is an easy way called Testcontainer. There is also a scala library for...