Skip to main content

WriterCommitMessage

A commit message returned by DataSourceWriter.write and sent back to the driver as an input parameter of DataSourceWriter.commit or DataSourceWriter.abort.

Added in Databricks Runtime 14.3 LTS

Syntax

Python
class MyCommitMessage(WriterCommitMessage):
...

Notes

This class must be picklable.

On this page