Basic query with TIMESTAMP by not producing output
问题 I have a very basic setup, in which I never get any output if I use the TIMESTAMP BY statement. I have a stream analytics job which is reading from Event Hub and writing to the table storage. The query is the following: SELECT * INTO MyOutput FROM MyInput TIMESTAMP BY myDateTime; If the query uses timestamp statement, I never get any output events. I do see incoming events in the monitoring, there are no errors neither in monitoring nor in the maintenance logs. I am pretty sure that the