Re: arbitrary state handling in python api

2020-09-11 Thread Georg Heiler
Many thanks. This is great to hear. Yes! This looks great. Many Thanks! Best, Georg Am Do., 10. Sept. 2020 um 23:53 Uhr schrieb Dian Fu : > Hi Georg, > > It still doesn't support state access in Python API in the latest version > 1.11. > > Could you take a look at if KeyedProcessFunction could

Re: arbitrary state handling in python api

2020-09-10 Thread Dian Fu
Hi Georg, It still doesn't support state access in Python API in the latest version 1.11. Could you take a look at if KeyedProcessFunction could meet your requirements? We are planning to support it in Python DataStream API in 1.12. Regards, Dian > 在 2020年9月9日,下午2:28,Georg Heiler 写道: > > Hi

arbitrary state handling in python api

2020-09-08 Thread Georg Heiler
Hi, does the python API expose some kind of mapGroupsWithState operator which can be applied on a window to handle arbitrary state? I would want to perform time-series anomaly detection using a streaming implementation of the matrix profile algorithm using https://github.com/TDAmeritrade/stumpy T