Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Kelderic
Helper I
Helper I

Event Schema Inside Eventstream Never Matching

I am exploring the new Event Schemas as a way to pre-define my schemas and replace the multiple-schema inferencing. I have created a Event Schema Set, with three Event Schemas, all very simple with five or less columns each.

Kelderic_0-1775306868288.png

 

In the screenshot above, one schema shows two fields."TermsCode" and "Description", both string.

 

I've created a new Event Stream, and associated it with the event schemas:

Kelderic_1-1775307004817.png

 

I then pushed in data, which in the preview, shows the correct matching headers. But the data is only seen as "Unknown schema":

 

Kelderic_0-1775308351679.png

 

 

Kelderic_3-1775307613700.png

Has anyone gotten event schemas to work?

 

Edit: I am using the new Event Schemas system, rather than Multiple Schema Inferencing. These are different and exclusionary. I have event streams working with inferred multi-schema and I'm trying to switch to defined event schemas.

2 REPLIES 2
v-sshirivolu
Community Support
Community Support

Hi @Kelderic ,
Thanks for reaching out to Community Forum.

The issue happens because Fabric Eventstream strictly validates schemas at runtime. Even if preview looks correct, any mismatch in field names, structure, or data types causes events to be marked as Unknown schema. Also, schema support must be enabled during Eventstream creation, and for multiple schemas, explicit matching rules are required.

Fix by recreating the Eventstream with schema enabled, ensuring the payload exactly matches the schema, and configuring schema mapping if multiple schemas are used. Check diagnostics logs to identify mismatches.


Refer these docs:

https://learn.microsoft.com/en-us/fabric/real-time-intelligence/schema-sets/use-event-schemas
https://learn.microsoft.com/en-us/fabric/real-time-intelligence/schema-sets/schema-registry-limitati...
https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-source-azure-event...
https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/process-events-with-mu...

Thank you.

Hi there, thanks for the response.

 

The issue happens because Fabric Eventstream strictly validates schemas at runtime. Even if preview looks correct, any mismatch in field names, structure, or data types causes events to be marked as Unknown schema.

This is what I suspect as well, but as the screenshots show, the data appears to match the pre-defined schema perfectly.

 


Check diagnostics logs to identify mismatches.

How do I see these?

 

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Fabric Update Carousel

Fabric Monthly Update - March 2026

Check out the March 2026 Fabric update to learn about new features.

Top Solution Authors
Top Kudoed Authors