FailureInfo.write_delta#
- FailureInfo.write_delta( ) None[source]#
Write the failure info to a delta lake table.
- Parameters:
target – The file path or DeltaTable to which to write the delta lake data.
kwargs – Additional keyword arguments passed directly to
polars.write_delta().
Attention
Be aware that this method suffers from the same limitations as
Schema.serialize().