Forum Discussion
Share your thoughts on streaming dataflows aka SDF (preview feature)
Hi Miguel, I'm currently working through the documentation to get up and running but hitting a snag. I'm using a PPU account and creating a blank workspace with PPU assignment. The streaming dataflow option is greyed out with a message stating "Workspaces connected to a storage account are not supported". This workspace is not connected to Azure nor is the tenant. I've also tried using an Embedded A3 tier attached to the workspace but I get the same message.
Hello, does not seem that the streaming dataflows work with deeper than 1 level nested items? F.e. trying to pull the _env field and it does not produce an output. Any ideas?
- Eklavya4 years ago
Microsoft Employee
Hi, you can pull it by using Manage Fields operator
- MrKrukauskas4 years ago
Helper I
Eklavya still does not work. When I use Manage fields to pull f.e. 1st level items (not nested), it works fine. When I try to do it with 2nd level nested items - it does not. I'm pulling all from the same event hub, same streaming dataflow, use manage fields, filters, output tables and the only output is for the items that are not nested.
Works here:Does not work here:
Streaming Dataflow:
- Eklavya4 years ago
Microsoft Employee
I see. Let's do some quick checks here:
1. You've verified that env field does have data coming in from the source?2. Do you see the data if you remove the filter?
3. I am assuming you are using preview to check presence of data - but can you save and run the streaming dataflow and then check if you see the output in the report?
Is it possible to share the schema/sample event of the data you are using? (You can dm me this if you'd like).