Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Cancel Execution
transform:cancel_execution
Cancel a running transformation execution.
Write
High risk
Create Dataset
transform:create_dataset
Create a new dataset with schema definition.
Write
Medium risk
Create Transformation
transform:create_transformation
Create a new data transformation with SQL query and scheduling.
Write
Medium risk
Delete Dataset
transform:delete_dataset
Permanently delete a dataset and all its data.
Write
High risk
Get Dataset
transform:get_dataset
Fetch a single dataset by ID with metadata and schema information.
Read
Low risk
Get Execution
transform:get_execution
Fetch details of a transformation execution including status and logs.
Read
Low risk
Get Transformation
transform:get_transformation
Fetch a single transformation by ID with execution details and SQL query.
Read
Low risk
List Datasets
transform:list_datasets
List datasets with optional filtering and pagination.
Read
Low risk
List Executions
transform:list_executions
List transformation executions with optional filtering and pagination.
Read
Low risk
List Transformations
transform:list_transformations
List transformations with optional filtering and pagination.
Read
Low risk
Query Dataset
transform:query_dataset
Execute a SQL query against a dataset and return the results.
Write
Medium risk
Run Transformation
transform:run_transformation
Execute a transformation immediately, optionally waiting for completion.
Write
Medium risk
Update Dataset
transform:update_dataset
Update an existing dataset's metadata.
Write
Medium risk