79139423

Date: 2024-10-30 01:42:32
Score: 1
Natty:
Report link

I believe what you are looking for is to set the queryName property

sourceData.writeStream()
   .queryName(queryName)
   ...
   .start()
   .awaitTermination();

Give that a try.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jevon Cowell