Forum Discussion

friend1's avatar
friend1
Frequent Visitor
1 year ago

How to decode protobuf data with a Fabric PySpark notebook using the from_protobuf() method?

Hi there, I am trying to stream event data from an Azure Event Hub using Spark Structured Streaming from within a Fabric Notebook to a lakehouse. The event data is protobuf and base64 encoded. I wan...