Derive Tabular Dataset
derive_tabular_datasetDerive a new immutable dataset by applying a selected transform profile (identity, dropna, returns, or sma) to a source dataset, using the exact manifest hash for reproducible outputs.
Instructions
Run one product-owned tabular transform into a new immutable dataset.
Supported profiles: identity, dropna, returns, sma. Requires the exact
source-manifest hash; identical inputs yield the same derived dataset ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typed_params | Yes | ||
| source_dataset_id | Yes | ||
| transform_profile_id | Yes | ||
| expected_manifest_hash | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||