francescobianca
francescobianca
Hi great lib! Any news or update about #25?
Hi, I'm writing a script but I notice some peculiar behaviors: ``` var data = batch |query(''' SELECT * FROM "my_db"."autogen"."measurements_id" WHERE "param1" = '...' AND "param2" = '...' ''')...
Hi everyone I would like to trigger deadman alarms when I no longer receive measurements for a particular sensor. My code is as follows: ``` var data = stream |from()...
Hi, I am trying to use the following library function: `await node.delete(True, True)` where the selected node is the root node. This is the data model: ``` { "Id": "Site1",...
Is there a way to be notified in real-time of any consumer connections/disconnections? (For example, some sort of webhook). At the moment I have only configured the REST API but...