rockfish.actions.dataset
Classes
LoadConfig
dataclass
Configuration class for DatasetLoad
action.
Attributes:
Name | Type | Description |
---|---|---|
dataset_id |
str
|
Dataset ID to load. |
chunk |
bool
|
If True split dataset into multiple tables if larger than the chunk_row_limit. |
chunk_row_limit |
int
|
Maximum number of rows in a chunk. |
SaveConfig
dataclass
Configuration class for the DatasetSave
action.
A link to the Dataset is emitted.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
Name for the new Dataset. |
concat_tables |
bool
|
If True, concatenate all tables into one dataset. |
concat_session_key |
Optional[str]
|
If set, it will override the schema_metada and treat this field as a session key for concatenation. |
dataset_labels |
LabelDict
|
Additional labels to add to the Dataset. |