Paige Liu
Paige Liu
Getting the following error when trying to write a Spark dataframe with a field of Spark SQL TimestampType to Cosmos DB in Scala: _java.lang.ClassCastException: java.lang.Long cannot be cast to java.sql.Timestamp_...
Currently it looks like PublishEventAsync always serializes event data into json and encode in utf8 bytes. This becomes inefficient if the application already has data in bytes format. Today the...
With `proxy.grpc` we can already invoke existing grpc service without changing server code. However, it doesn't seem to be possible to use existing grpc service for Subscription. We still have...
1. Document why and what this sample demonstrates. 2. Write unit tests for the sample. 3. Create CI/CD pipeline for the sample
Write an article about data management best practices.
The current pipeline trains a Tensorflow/Keras based object detection model. Document steps and provide code to demonstrate that the pipeline can be adapt to train a Yolo object detection model...