sas-rocks

Results 2 issues of sas-rocks

The module connectors/fs.py needs to be modified to work with option: publishwithupsert: The statement in current line 117: **publish_with_upsert=prop('publishwithupsert', dtype='boolean')** needs to be replaced with **publishwithupsert=prop('publishwithupsert', dtype='boolean')**

bug

Hi, I created an EventGenerator using the method "from_xml". Before I can use the method "start", it needs to be available within the ESP engine. Searching through the methods of...