fraudtwin.LakehouseMaterializationResult#

class fraudtwin.LakehouseMaterializationResult(materialization_id, run_id, source_mode, row_counts, logical_fingerprint, snapshots, manifest_path)[source][source]#

Bases: object

Immutable metadata produced by a batch or streaming materialization.

Parameters:
  • materialization_id (str)

  • run_id (str)

  • source_mode (str)

  • row_counts (dict[str, int])

  • logical_fingerprint (str)

  • snapshots (dict[str, int | None])

  • manifest_path (Path | None)