bw_change_datasource_delta
Change the delta process of a DataSource to control incremental data extraction. Specify the target delta process code or pass an empty string to remove it.
Instructions
Change the delta process of a DataSource (RSDS deltaProperties). Full read-modify-write; the requested value is validated against the DataSource's admissible delta values. Leaves the DataSource inactive — activate separately with bw_activate (object_type "rsds"). Pass delta_process as an empty string to remove the delta process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delta_process | Yes | Target delta process code (e.g. "FIL0"), or empty string for no delta. | |
| source_system | Yes | Source system of the DataSource (compound key), e.g. "SOURCE_SYSTEM". | |
| datasource_name | Yes | Technical name of the DataSource (e.g. "DATASOURCE_NAME"). |