Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You could also use this output as an input to another odysseus operator as in the following (Attention, this is another query on the server!)

Code Block
#PARSER PQL
#RUNQUERY
in = ACCESS({
transport = 'WebsocketClient',
wrapper = 'GenericPush',
datahandler = 'Tuple',
protocol = 'CSV',
source = 'access',
readMetadata = 'true',
options = [
['uri','ws://localhost:8888/queries/5/d05c2648-2605-46be-a2e1-a88f5538aad3/0/CSV/ijqi2jrd9m0i170540h0dv0lss']
],
schema = [
['person','id', 'INTEGER'],
['person','name', 'STRING'],
['person','mail', 'STRING']
] 
} 
)
Code Block
TODO