Forum Discussion

Kelderic's avatar
Kelderic
Icon for Helper I rankHelper I
1 year ago
Solved

Error In EventStream, Ingested Integer is Outputting as Blank

Hi Everyone,   I have a very simple data structure being pushed into an EventStream. One of the fields is a boolean, which the ES is initially treating as a 0, and classifying as a integer. I first...
  • svelde's avatar
    1 year ago

    Hello Kelderic 

     

    thanks you for reaching out on this community forum.

     

    The source is the Eventstream is an EventHub living in Azure? Or is this a custom source? Can you share an example of the message you send to the Eventstream? 

     

    Looking at the error, it seems you are forwarding the messages to an Eventhouse KQL database table.

    The 'empty' column is 'null' and the Eventhouse ingestion is complaining.

     

    If you are not using the content of the message body in the Eventstream and just forward each incoming message, consider using the Eventhouse medallion architecture as seen in this post.

     

    You can ingest Eventstream messages in a KQL database table using a dynamic column so the original messages is untouched by the Eventstream.

     

    From there, using Table update policies, you can transform the raw messages into typed columns just the way you prefer the most.