Commit
Processor that writes finished columns from the active frame into the pipeline’s output, which the writer later persists. The committed columns must form a unique key over the given identifier columns.
Configuration
Selected as name: commit.
Option |
Description |
Type |
Default |
|---|---|---|---|
|
Columns forming the unique key the committed rows are aligned on. |
column(s) |
required |
|
Columns to write into the output. |
column(s) |
required |
- name: commit
kwargs:
ids: event_id
cols: [ features, edge_index, edge_attr ]