Stream Analytics output system property override not working

CareyBoldenow 96 Reputation points
2020-12-17T18:55:13.927+00:00

Hello,

I have a streams analytics query that is outputting events to a Service Bus Queue. I would like to manually set the "EventEnqueuedUtcTime" system property on the output. In my stream analytics set up, I set the "System Properties Column Json value to:

{"ScheduledEnqueueTimeUtc":"triggerDate"}

My stream analytics query looks like this:

SELECT *,
CAST('2019-12-29' AS datetime) AS triggerDate
INTO "future-output-servicebus"
FROM "golden-input"

When I then run the query whether in Test Mode or from the running stream analytics job, the "EventEnqueuedUtcTime" system property value is just the current timestamp and not the.value I am explicitly setting the triggerDate value. Below is a screenshot when I run the query in Test Mode. As you can see the triggerDate value looks correct, but is not getting picked up by my System Property Column config.

49169-image.png

Any ideas as to why this is not working? Thanks for any help you can offer!

Regards,
Carey

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
354 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marcello Leijer 1 Reputation point
    2020-12-29T21:52:00.75+00:00

    Click to vote
    0 Votes"
    0
    MarcelloLeijer-4844 answered · 14 minutes ago
    Mocrosoft geweldig product. Ik durf U uit ervaring te zeggen! dat verbetering ver van ten allertijden goed is. Jammer genoeg spreek ik uit er varing. Ik he nu 1 van de letterlijk vele foto's verstuurd. Wat letter lijk nooit gedaan is. Sterker ik heb Niet eens een creditkaart. Ik hoop dat deze foto helemaal door komt. Zo niet Zie ik graag Uw reactie dan weet ik dat voor de volgende keer. Sorry dat dit totaal geen andwoord is op Uw vraag. Ik wilde dit engelijk op de gehele pagina versturen. Om di even zo kor mogelijk te gaan houden. Er word op me naam gefraudeerd als maar mogelijk kan zijn. Wil ik gerust details van zeggen. In dien vraag heb je iemand je wachtwoord gegeven nee. Als ik op me microsoft account ga voo mijn labtop plaats na te zien geeft hij letterlijk meer dan 5 plekken aan. Oft ik vraag om hulp. id opgelost of werkelijk vooruitzicht wil ik U er ook gerust voo tegemoet komen. Graag verneem ik Uw reactie gr Marcello 52097-img-20201128-wa0020-1.jpg

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.