Vibhor Gupta
03/09/2023, 5:36 PMKashyap Bhatt
03/09/2023, 8:14 PMspark.readStream.format("delta")
.load("path/to/azure-table")
.writeStream
.trigger(...)
.format("delta")
.option("checkpointLocation", 'path/to/store/checkpoint')
.start('path/to/gcp-table')
Nick Karpov
03/09/2023, 9:33 PM